Searched refs:ManglingContextDecl (Results 1 – 5 of 5) sorted by relevance
282 Decl *ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext() local301 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 …]
4922 Decl *ManglingContextDecl; in handleTagNumbering() local4923 std::tie(MCtx, ManglingContextDecl) = in handleTagNumbering()5820 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local5821 std::tie(MCtx, ManglingContextDecl) = in BuildAnonymousStructOrUnion()8233 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local8234 std::tie(MCtx, ManglingContextDecl) = in ActOnVariableDeclarator()
16303 Decl *ManglingContextDecl; in ActOnBlockStart() local16304 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()
4644 Decl *ManglingContextDecl = nullptr; variable4748 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl()4752 ManglingContextDecl = Ctx; in setBlockMangling()
6737 Decl *ManglingContextDecl; member6822 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()6826 ManglingContextDecl(ManglingContextDecl), ExprContext(ExprContext), in ExpressionEvaluationContextRecord()