Home
last modified time | relevance | path

Searched refs:setTemplateParameterListsInfo (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1900 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 DASTImporter.cpp3067 ToD->setTemplateParameterListsInfo(Importer.ToContext, ToTPLists); in ImportTemplateParameterLists()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h694 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 DSemaTemplate.cpp1982 NewClass->setTemplateParameterListsInfo( in CheckClassTemplate()
8445 Partial->setTemplateParameterListsInfo( in ActOnClassTemplateSpecialization()
8471 Specialization->setTemplateParameterListsInfo(Context, in ActOnClassTemplateSpecialization()
H A DSemaDecl.cpp7114 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 DSemaTemplateInstantiateDecl.cpp2405 Method->setTemplateParameterListsInfo( in VisitCXXMethodDecl()