reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/BuiltinTypes.def
  221 BUILTIN_TYPE(NullPtr, NullPtrTy)
tools/clang/lib/AST/ASTContext.cpp
 1381   InitBuiltinType(NullPtrTy,           BuiltinType::NullPtr);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3822       getContext().VoidTy,             getContext().NullPtrTy,
tools/clang/lib/Sema/SemaExprCXX.cpp
  716   return new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc);
tools/clang/lib/Sema/SemaOverload.cpp
 8223         CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy);
tools/clang/lib/Sema/SemaTemplate.cpp
 6957              new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc),
 7101     E = new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc);
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
  442                               S.Context.NullPtrTy, NTTP->getLocation()),
tools/clang/lib/Serialization/ASTReader.cpp
 7426       T = Context.NullPtrTy;
tools/lldb/source/Symbol/ClangASTContext.cpp
 2015     return ast->NullPtrTy.getAsOpaquePtr();
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   92                                    context->NullPtrTy));