Home
last modified time | relevance | path

Searched refs:NullPtrTy (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def227 BUILTIN_TYPE(NullPtr, NullPtrTy)
H A DASTContext.h1110 CanQualType VoidPtrTy, NullPtrTy; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9073 CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy); in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
9074 if (AddedTypes.insert(NullPtrTy).second) { in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads()
9075 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads()
H A DSemaTemplateDeduction.cpp469 new (S.Context) CXXNullPtrLiteralExpr(S.Context.NullPtrTy, in DeduceNullPtrTemplateArgument()
H A DSemaExprCXX.cpp827 return new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc); in ActOnCXXNullPtrLiteral()
H A DSemaTemplate.cpp7988 new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc), in BuildExpressionFromDeclTemplateArgument()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4266 getContext().VoidTy, getContext().NullPtrTy, in EmitFundamentalRTTIDescriptors()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2114 return ast->NullPtrTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1402 InitBuiltinType(NullPtrTy, BuiltinType::NullPtr); in InitBuiltinTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7304 T = Context.NullPtrTy; in GetType()