Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DItaniumMangle.cpp57 = dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()
1169 = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) { in mangleLocalName()
1271 if (Decl *Context = Lambda->getLambdaContextDecl()) { in mangleLambda()
DMicrosoftMangle.cpp49 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()
DDecl.cpp1303 OuterMostLambda->getLambdaContextDecl(), computation); in computeLVForDecl()
/external/clang/include/clang/AST/
DDeclCXX.h1640 Decl *getLambdaContextDecl() const { in getLambdaContextDecl() function