Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DItaniumMangle.cpp56 = dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()
1308 = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) { in mangleLocalName()
1410 if (Decl *Context = Lambda->getLambdaContextDecl()) { in mangleLambda()
DMicrosoftMangle.cpp45 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()
DDecl.cpp1181 OuterMostLambda->getLambdaContextDecl(), computation); in computeLVForDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclCXX.h1589 Decl *getLambdaContextDecl() const { in getLambdaContextDecl() function