Searched refs:setTemplateParameterListsInfo (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Decl.cpp | 1900 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo() function in DeclaratorDecl 1913 getExtInfo()->setTemplateParameterListsInfo(Context, TPLists); in setTemplateParameterListsInfo() 1967 void QualifierInfo::setTemplateParameterListsInfo( in setTemplateParameterListsInfo() function in QualifierInfo 4351 void TagDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo() function in TagDecl 4359 getExtInfo()->setTemplateParameterListsInfo(Context, TPLists); in setTemplateParameterListsInfo()
|
H A D | ASTImporter.cpp | 3067 ToD->setTemplateParameterListsInfo(Importer.ToContext, ToTPLists); in ImportTemplateParameterLists()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 694 void setTemplateParameterListsInfo(ASTContext &Context, 797 void setTemplateParameterListsInfo(ASTContext &Context, 3532 void setTemplateParameterListsInfo(ASTContext &Context,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 1982 NewClass->setTemplateParameterListsInfo( in CheckClassTemplate() 8445 Partial->setTemplateParameterListsInfo( in ActOnClassTemplateSpecialization() 8471 Specialization->setTemplateParameterListsInfo(Context, in ActOnClassTemplateSpecialization()
|
H A D | SemaDecl.cpp | 7114 NewVD->setTemplateParameterListsInfo( in ActOnVariableDeclarator() 9085 NewFD->setTemplateParameterListsInfo(Context, in ActOnFunctionDeclarator() 9094 NewFD->setTemplateParameterListsInfo(Context, TemplateParamLists); in ActOnFunctionDeclarator() 9128 NewFD->setTemplateParameterListsInfo(Context, TemplateParamLists); in ActOnFunctionDeclarator() 16275 New->setTemplateParameterListsInfo(Context, TemplateParameterLists); in ActOnTag()
|
H A D | SemaTemplateInstantiateDecl.cpp | 2405 Method->setTemplateParameterListsInfo( in VisitCXXMethodDecl()
|