Searched refs:getParamTypeForDecl (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DTemplateBase.h252 QualType getParamTypeForDecl() const { function in class:clang::TemplateArgument
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1177 mangle(ND, TA.getParamTypeForDecl()->isReferenceType() ? "$E?" : "$1?");
H A DItaniumMangle.cpp3554 bool compensateMangling = !A.getParamTypeForDecl()->isReferenceType();
H A DASTImporter.cpp2119 QualType ToType = Importer.Import(From.getParamTypeForDecl());
H A DASTContext.cpp4182 return TemplateArgument(D, Arg.getParamTypeForDecl());
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1275 QualType T = TA.getParamTypeForDecl().getDesugaredType(CGM.getContext());
/external/clang/lib/Serialization/
H A DASTWriter.cpp5456 AddTypeRef(Arg.getParamTypeForDecl(), Record);

Completed in 962 milliseconds