Searched refs:getLambdaContextDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DItaniumMangle.cpp57 = dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl()))
1325 = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) {
1427 if (Decl *Context = Lambda->getLambdaContextDecl()) {
H A DMicrosoftMangle.cpp49 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl()))
H A DDecl.cpp1242 OuterMostLambda->getLambdaContextDecl(), computation);
/external/clang/include/clang/AST/
H A DDeclCXX.h1628 Decl *getLambdaContextDecl() const { function in class:clang::CXXRecordDecl

Completed in 1826 milliseconds