Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp86 context.NullPtrTy)); in TEST_F()
722 auto *nullptr_expr = new (ctxt) CXXNullPtrLiteralExpr(ctxt.NullPtrTy, SourceLocation()); in TEST_F()
735 auto *nullptr_expr = new (ctxt) CXXNullPtrLiteralExpr(ctxt.NullPtrTy, SourceLocation()); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DBuiltinTypes.def227 BUILTIN_TYPE(NullPtr, NullPtrTy)
H A DASTContext.h1133 CanQualType VoidPtrTy, NullPtrTy; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp8574 CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy); in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
8575 if (AddedTypes.insert(NullPtrTy).second) { in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads()
8576 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads()
H A DSemaTemplate.cpp7563 new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc), in BuildExpressionFromDeclTemplateArgument()
7691 E = new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc); in BuildExpressionFromIntegralTemplateArgument()
H A DSemaTemplateDeduction.cpp445 new (S.Context) CXXNullPtrLiteralExpr(S.Context.NullPtrTy, in DeduceNullPtrTemplateArgument()
H A DSemaExprCXX.cpp818 return new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc); in ActOnCXXNullPtrLiteral()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4164 getContext().VoidTy, getContext().NullPtrTy, in EmitFundamentalRTTIDescriptors()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2074 return ast->NullPtrTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1482 InitBuiltinType(NullPtrTy, BuiltinType::NullPtr); in InitBuiltinTypes()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7057 T = Context.NullPtrTy; in GetType()