Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDPrettyPrinter.h69 Nullptr(LO.CPlusPlus11 || LO.C23), NullptrTypeInNamespace(LO.CPlusPlus), in PrintingPolicy()
219 unsigned Nullptr : 1;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDMicrosoftDemangleNodes.h106 Nullptr, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangleNodes.cpp151 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Nullptr, "std::nullptr_t"); in outputPre()
HDMicrosoftDemangle.cpp1986 return Arena.alloc<PrimitiveTypeNode>(PrimitiveKind::Nullptr); in demanglePrimitiveType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDAPValue.cpp757 Out << (Policy.Nullptr ? "nullptr" : "0"); in printPretty()