Home
last modified time | relevance | path

Searched refs:CreateLambda (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaLambda.cpp31 CXXRecordDecl *Class = CXXRecordDecl::CreateLambda(Context, DC, in createLambdaClosureType()
/external/clang/include/clang/AST/
DDeclCXX.h707 static CXXRecordDecl *CreateLambda(const ASTContext &C, DeclContext *DC,
/external/clang/lib/AST/
DDeclCXX.cpp92 CXXRecordDecl *CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC, in CreateLambda() function in CXXRecordDecl