Home
last modified time | relevance | path

Searched defs:LambdaContextDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp256 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString() local
1202 Decl *LambdaContextDecl = Record->getLambdaContextDecl(); in mangleUnqualifiedName() local
H A DItaniumMangle.cpp176 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17172 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext()