Home
last modified time | relevance | path

Searched refs:ManglingContextDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp284 Decl *ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext() local
301 if (ManglingContextDecl) { in getCurrentMangleNumberContext()
302 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
307 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
318 } else if (isa<FieldDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
320 } else if (isa<ImplicitConceptSpecializationDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
332 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) || in getCurrentMangleNumberContext()
356 ManglingContextDecl), in getCurrentMangleNumberContext()
357 ManglingContextDecl); in getCurrentMangleNumberContext()
467 Decl *ManglingContextDecl) -> MangleNumberingContext * { in handleLambdaNumbering() argument
[all …]
H A DSemaDecl.cpp4815 Decl *ManglingContextDecl; in handleTagNumbering() local
4816 std::tie(MCtx, ManglingContextDecl) = in handleTagNumbering()
5706 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local
5707 std::tie(MCtx, ManglingContextDecl) = in BuildAnonymousStructOrUnion()
8043 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local
8044 std::tie(MCtx, ManglingContextDecl) = in ActOnVariableDeclarator()
H A DSemaExpr.cpp15937 Decl *ManglingContextDecl; in ActOnBlockStart() local
15938 std::tie(MCtx, ManglingContextDecl) = in ActOnBlockStart()
15942 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()
17203 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()
19935 ExprEvalContexts.back().ManglingContextDecl)) { in DiagIfReachable()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4531 Decl *ManglingContextDecl = nullptr; variable
4635 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl()
4639 ManglingContextDecl = Ctx; in setBlockMangling()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6311 Decl *ManglingContextDecl; member
6389 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()
6393 ManglingContextDecl(ManglingContextDecl), ExprContext(ExprContext), in ExpressionEvaluationContextRecord()