Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp277 return getParamTypeForDecl(); in getNonTypeTemplateArgumentType()
H A DASTDiagnostic.cpp1174 QualType ArgType = Iter->getParamTypeForDecl(); in InitializeNonTypeDiffVariables()
1204 QualType ArgType = TA.getParamTypeForDecl(); in InitializeNonTypeDiffVariables()
H A DMicrosoftMangle.cpp1442 mangle(ND, TA.getParamTypeForDecl()->isReferenceType() ? "$E?" : "$1?"); in mangleTemplateArg()
H A DItaniumMangle.cpp4482 bool compensateMangling = !A.getParamTypeForDecl()->isReferenceType(); in mangleTemplateArg()
H A DASTContext.cpp5313 return TemplateArgument(D, Arg.getParamTypeForDecl()); in getCanonicalTemplateArgument()
H A DASTImporter.cpp771 ExpectedType ToTypeOrErr = import(From.getParamTypeForDecl()); in import()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h269 QualType getParamTypeForDecl() const { in getParamTypeForDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp314 X.getParamTypeForDecl()); in checkDeducedTemplateArguments()
2213 Arg.getParamTypeForDecl(), in DeduceTemplateArguments()
2456 NTTPType = Arg.getParamTypeForDecl(); in getTrivialTemplateArgumentLoc()
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.cpp1726 QualType T = TA.getParamTypeForDecl().getDesugaredType(CGM.getContext()); in CollectTemplateParams()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5870 AddTypeRef(Arg.getParamTypeForDecl()); in AddTemplateArgument()