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.cpp282 Decl *ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext() local
301 if (!ManglingContextDecl) in getCurrentMangleNumberContext()
304 if (auto *ND = dyn_cast<NamedDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
311 Module *M = ManglingContextDecl->getOwningModule(); in getCurrentMangleNumberContext()
317 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
322 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
336 } else if (isa<FieldDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
338 } else if (isa<ImplicitConceptSpecializationDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
352 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) || in getCurrentMangleNumberContext()
377 ManglingContextDecl), in getCurrentMangleNumberContext()
[all …]
H A DSemaDecl.cpp4922 Decl *ManglingContextDecl; in handleTagNumbering() local
4923 std::tie(MCtx, ManglingContextDecl) = in handleTagNumbering()
5820 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local
5821 std::tie(MCtx, ManglingContextDecl) = in BuildAnonymousStructOrUnion()
8233 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local
8234 std::tie(MCtx, ManglingContextDecl) = in ActOnVariableDeclarator()
H A DSemaExpr.cpp16303 Decl *ManglingContextDecl; in ActOnBlockStart() local
16304 std::tie(MCtx, ManglingContextDecl) = in ActOnBlockStart()
16308 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()
17582 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()
17946 auto *VD = cast<VarDecl>(Rec.ManglingContextDecl); in HandleImmediateInvocations()
20424 ExprEvalContexts.back().ManglingContextDecl)) { in DiagIfReachable()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4644 Decl *ManglingContextDecl = nullptr; variable
4748 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl()
4752 ManglingContextDecl = Ctx; in setBlockMangling()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6737 Decl *ManglingContextDecl; member
6822 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()
6826 ManglingContextDecl(ManglingContextDecl), ExprContext(ExprContext), in ExpressionEvaluationContextRecord()