Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateDeduction.cpp258 Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType())) in checkDeducedTemplateArguments()
1703 S.Context.hasSameType(Param.getNullPtrType(), Arg.getNullPtrType())) in DeduceTemplateArguments()
1932 return Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()); in isSameTemplateArg()
4924 MarkUsedTemplateParameters(Ctx, TemplateArg.getNullPtrType(), OnlyDeduced, in MarkUsedTemplateParameters()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTemplateBase.cpp260 getNullPtrType().Profile(ID); in Profile()
HDStmtProfile.cpp1518 VisitType(Arg.getNullPtrType()); in VisitTemplateArgument()
HDMicrosoftMangle.cpp1210 QualType T = TA.getNullPtrType(); in mangleTemplateArg()
HDDecl.cpp339 LV.merge(Arg.getNullPtrType()->getLinkageAndVisibility()); in getLVForTemplateArgumentList()
HDItaniumMangle.cpp3603 mangleType(A.getNullPtrType()); in mangleTemplateArg()
HDASTImporter.cpp2180 QualType ToType = Importer.Import(From.getNullPtrType()); in ImportTemplateArgument()
HDASTContext.cpp4284 return TemplateArgument(getCanonicalType(Arg.getNullPtrType()), in getCanonicalTemplateArgument()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTemplateBase.h258 QualType getNullPtrType() const { in getNullPtrType() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp1268 QualType T = TA.getNullPtrType(); in CollectTemplateParams()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp5307 AddTypeRef(Arg.getNullPtrType(), Record); in AddTemplateArgument()