Searched refs:ManglingContextDecl (Results 1 – 5 of 5) sorted by relevance
279 Decl *ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext() local293 if (ManglingContextDecl) { in getCurrentMangleNumberContext()294 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()299 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()310 } else if (isa<FieldDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()325 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) || in getCurrentMangleNumberContext()338 return std::make_tuple(nullptr, ManglingContextDecl); in getCurrentMangleNumberContext()352 ManglingContextDecl), in getCurrentMangleNumberContext()353 ManglingContextDecl); in getCurrentMangleNumberContext()436 Decl *ManglingContextDecl; in handleLambdaNumbering() local[all …]
4390 Decl *ManglingContextDecl; in handleTagNumbering() local4391 std::tie(MCtx, ManglingContextDecl) = in handleTagNumbering()5246 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local5247 std::tie(MCtx, ManglingContextDecl) = in BuildAnonymousStructOrUnion()7470 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local7471 std::tie(MCtx, ManglingContextDecl) = in ActOnVariableDeclarator()
15278 Decl *ManglingContextDecl; in ActOnBlockStart() local15279 std::tie(MCtx, ManglingContextDecl) = in ActOnBlockStart()15283 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()16383 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()18739 ExprEvalContexts.back().ManglingContextDecl)) { in DiagRuntimeBehavior()
4178 Decl *ManglingContextDecl = nullptr; variable4282 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl()4286 ManglingContextDecl = Ctx; in setBlockMangling()
1258 Decl *ManglingContextDecl; member1291 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()1295 ManglingContextDecl(ManglingContextDecl), ExprContext(ExprContext) {} in ExpressionEvaluationContextRecord()