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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp56 = dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl()))
1308 = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) {
1410 if (Decl *Context = Lambda->getLambdaContextDecl()) {
H A DMicrosoftMangle.cpp45 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl()))
H A DDecl.cpp1181 OuterMostLambda->getLambdaContextDecl(), computation);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1589 Decl *getLambdaContextDecl() const { function in class:clang::CXXRecordDecl

Completed in 167 milliseconds