Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DItaniumMangle.cpp173 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString()
627 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()
1817 = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) { in mangleLocalName()
1975 if (Decl *Context = Lambda->getLambdaContextDecl()) { in mangleLambda()
2178 Context = dyn_cast_or_null<NamedDecl>(RD->getLambdaContextDecl()); in getClosurePrefix()
H A DMicrosoftMangle.cpp91 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getLambdaDefaultArgumentDeclContext()
250 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString()
1053 Decl *LambdaContextDecl = Record->getLambdaContextDecl(); in mangleUnqualifiedName()
H A DDeclBase.cpp287 if (Decl *Context = RD->getLambdaContextDecl()) in getTemplateDepth()
H A DDeclCXX.cpp1643 Decl *CXXRecordDecl::getLambdaContextDecl() const { in getLambdaContextDecl() function in CXXRecordDecl
H A DDecl.cpp1474 Record->getLambdaContextDecl(), computation); in computeLVForDecl()
H A DASTImporter.cpp2909 ExpectedDecl CDeclOrErr = import(DCXX->getLambdaContextDecl()); in VisitRecordDecl()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1764 Decl *getLambdaContextDecl() const;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp243 if (const Decl *LCD = Rec->getLambdaContextDecl()) in HandleRecordDecl()
H A DTreeTransform.h13294 OldClass->getLambdaContextDecl()); in TransformLambdaExpr()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5947 AddDeclRef(D->getLambdaContextDecl()); in AddCXXDefinitionData()