Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp280 return getNullPtrType(); in getNonTypeTemplateArgumentType()
298 getNullPtrType().Profile(ID); in Profile()
H A DStmtProfile.cpp1993 VisitType(Arg.getNullPtrType()); in VisitTemplateArgument()
H A DMicrosoftMangle.cpp1451 QualType T = TA.getNullPtrType(); in mangleTemplateArg()
H A DDecl.cpp342 LV.merge(getTypeLinkageAndVisibility(Arg.getNullPtrType())); in getLVForTemplateArgumentList()
H A DItaniumMangle.cpp4502 mangleType(A.getNullPtrType()); in mangleTemplateArg()
H A DASTContext.cpp5317 return TemplateArgument(getCanonicalType(Arg.getNullPtrType()), in getCanonicalTemplateArgument()
H A DASTImporter.cpp778 ExpectedType ToTypeOrErr = import(From.getNullPtrType()); in import()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h275 QualType getNullPtrType() const { in getNullPtrType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2167 S.Context.hasSameType(Param.getNullPtrType(), Arg.getNullPtrType())) in DeduceTemplateArguments()
2205 Arg.getNullPtrType(), in DeduceTemplateArguments()
2394 return Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()); in isSameTemplateArg()
2464 NTTPType = Arg.getNullPtrType(); in getTrivialTemplateArgumentLoc()
5595 MarkUsedTemplateParameters(Ctx, TemplateArg.getNullPtrType(), OnlyDeduced, in MarkUsedTemplateParameters()
H A DSemaTemplateInstantiate.cpp1287 type = SemaRef.SubstType(VD ? arg.getParamTypeForDecl() : arg.getNullPtrType(), in transformNonTypeTemplateParmRef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1756 QualType T = TA.getNullPtrType(); in CollectTemplateParams()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5873 AddTypeRef(Arg.getNullPtrType()); in AddTemplateArgument()