Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp281 Decl *ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext() local
298 if (ManglingContextDecl) { in getCurrentMangleNumberContext()
299 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
304 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
315 } else if (isa<FieldDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
329 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) || in getCurrentMangleNumberContext()
353 ManglingContextDecl), in getCurrentMangleNumberContext()
354 ManglingContextDecl); in getCurrentMangleNumberContext()
425 Decl *ManglingContextDecl) -> MangleNumberingContext * { in handleLambdaNumbering() argument
427 if (ManglingContextDecl) in handleLambdaNumbering()
[all …]
H A DSemaDecl.cpp4951 Decl *ManglingContextDecl; in handleTagNumbering() local
4952 std::tie(MCtx, ManglingContextDecl) = in handleTagNumbering()
5866 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local
5867 std::tie(MCtx, ManglingContextDecl) = in BuildAnonymousStructOrUnion()
8216 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local
8217 std::tie(MCtx, ManglingContextDecl) = in ActOnVariableDeclarator()
H A DSemaExpr.cpp16944 Decl *ManglingContextDecl; in ActOnBlockStart() local
16945 std::tie(MCtx, ManglingContextDecl) = in ActOnBlockStart()
16949 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()
18228 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()
20933 ExprEvalContexts.back().ManglingContextDecl)) { in DiagIfReachable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4511 Decl *ManglingContextDecl = nullptr; variable
4615 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl()
4619 ManglingContextDecl = Ctx; in setBlockMangling()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1323 Decl *ManglingContextDecl; member
1386 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()
1390 ManglingContextDecl(ManglingContextDecl), ExprContext(ExprContext), in ExpressionEvaluationContextRecord()