Searched refs:setTemplateParameterListsInfo (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ |
D | Decl.cpp | 1651 DeclaratorDecl::setTemplateParameterListsInfo(ASTContext &Context, in setTemplateParameterListsInfo() function in DeclaratorDecl 1665 getExtInfo()->setTemplateParameterListsInfo(Context, NumTPLists, TPLists); in setTemplateParameterListsInfo() 1724 QualifierInfo::setTemplateParameterListsInfo(ASTContext &Context, in setTemplateParameterListsInfo() function in QualifierInfo 3470 void TagDecl::setTemplateParameterListsInfo(ASTContext &Context, in setTemplateParameterListsInfo() function in TagDecl 3479 getExtInfo()->setTemplateParameterListsInfo(Context, NumTPLists, TPLists); in setTemplateParameterListsInfo()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 572 void setTemplateParameterListsInfo(ASTContext &Context, 659 void setTemplateParameterListsInfo(ASTContext &Context, unsigned NumTPLists, 2924 void setTemplateParameterListsInfo(ASTContext &Context, unsigned NumTPLists,
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 1072 NewClass->setTemplateParameterListsInfo(Context, in CheckClassTemplate() 6270 Partial->setTemplateParameterListsInfo(Context, in ActOnClassTemplateSpecialization() 6325 Specialization->setTemplateParameterListsInfo(Context, in ActOnClassTemplateSpecialization()
|
D | SemaDecl.cpp | 5736 NewVD->setTemplateParameterListsInfo( in ActOnVariableDeclarator() 7165 NewFD->setTemplateParameterListsInfo(Context, in ActOnFunctionDeclarator() 7174 NewFD->setTemplateParameterListsInfo(Context, in ActOnFunctionDeclarator() 7206 NewFD->setTemplateParameterListsInfo(Context, in ActOnFunctionDeclarator() 11955 New->setTemplateParameterListsInfo(Context, in ActOnTag()
|
D | SemaTemplateInstantiateDecl.cpp | 1772 Method->setTemplateParameterListsInfo(SemaRef.Context, in VisitCXXMethodDecl()
|