Home
last modified time | relevance | path

Searched refs:Nullptr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h69 Nullptr(LO.CPlusPlus11 || LO.C23), NullptrTypeInNamespace(LO.CPlusPlus), in PrintingPolicy()
219 unsigned Nullptr : 1;
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h106 Nullptr, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp151 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Nullptr, "std::nullptr_t"); in outputPre()
H A DMicrosoftDemangle.cpp1973 return Arena.alloc<PrimitiveTypeNode>(PrimitiveKind::Nullptr); in demanglePrimitiveType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp754 Out << (Policy.Nullptr ? "nullptr" : "0"); in printPretty()