Searched refs:getTemplateTypeParmType (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DDeclTemplate.cpp479 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl);
H A DASTContext.cpp3339 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, function in class:ASTContext
3352 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack);
H A DASTImporter.cpp1905 return Importer.getToContext().getTemplateTypeParmType(
/external/clang/include/clang/AST/
H A DASTContext.h1235 getTemplateTypeParmType(unsigned Depth, unsigned Index,
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1391 = getSema().Context.getTemplateTypeParmType(T->getDepth()
/external/clang/lib/Serialization/
H A DASTReader.cpp5598 return Context.getTemplateTypeParmType(Depth, Index, Pack, D);

Completed in 6674 milliseconds