Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def227 BUILTIN_TYPE(NullPtr, NullPtrTy)
H A DASTContext.h1145 CanQualType VoidPtrTy, NullPtrTy; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9100 CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy); in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
9101 if (AddedTypes.insert(NullPtrTy).second) { in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads()
9102 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads()
H A DSemaTemplateDeduction.cpp472 new (S.Context) CXXNullPtrLiteralExpr(S.Context.NullPtrTy, in DeduceNullPtrTemplateArgument()
H A DSemaExprCXX.cpp820 return new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc); in ActOnCXXNullPtrLiteral()
H A DSemaTemplate.cpp7246 new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc), in BuildExpressionFromDeclTemplateArgument()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4541 getContext().VoidTy, getContext().NullPtrTy, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2066 return ast->NullPtrTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7349 T = Context.NullPtrTy; in GetType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1441 InitBuiltinType(NullPtrTy, BuiltinType::NullPtr); in InitBuiltinTypes()