Home
last modified time | relevance | path

Searched refs:getGenericLambdaTemplateParameterList (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp225 getGenericLambdaTemplateParameterList(LambdaScopeInfo *LSI, Sema &SemaRef) { in getGenericLambdaTemplateParameterList() function
249 bool IsGenericLambda = getGenericLambdaTemplateParameterList(getCurLambda(), in createLambdaClosureType()
360 getGenericLambdaTemplateParameterList(getCurLambda(), *this); in startLambdaDefinition()
847 getGenericLambdaTemplateParameterList(LSI, *this); in ActOnStartOfLambdaDefinition()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprCXX.cpp1097 return Record->getGenericLambdaTemplateParameterList(); in getTemplateParameterList()
HDDeclCXX.cpp1041 CXXRecordDecl::getGenericLambdaTemplateParameterList() const { in getGenericLambdaTemplateParameterList() function in CXXRecordDecl
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h1045 TemplateParameterList *getGenericLambdaTemplateParameterList() const;