Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def224 BUILTIN_TYPE(NullPtr, NullPtrTy)
H A DASTContext.h1074 CanQualType VoidPtrTy, NullPtrTy; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8444 CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy); in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
8445 if (AddedTypes.insert(NullPtrTy).second) { in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads()
8446 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads()
H A DSemaTemplate.cpp7499 new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc), in BuildExpressionFromDeclTemplateArgument()
7627 E = new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc); in BuildExpressionFromIntegralTemplateArgument()
H A DSemaTemplateDeduction.cpp459 new (S.Context) CXXNullPtrLiteralExpr(S.Context.NullPtrTy, in DeduceNullPtrTemplateArgument()
H A DSemaExprCXX.cpp815 return new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc); in ActOnCXXNullPtrLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4199 getContext().VoidTy, getContext().NullPtrTy, in EmitFundamentalRTTIDescriptors()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1475 InitBuiltinType(NullPtrTy, BuiltinType::NullPtr); in InitBuiltinTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2068 return ast->NullPtrTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7003 T = Context.NullPtrTy; in GetType()