Searched refs:ManglingContextDecl (Results 1 – 5 of 5) sorted by relevance
281 Decl *ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext() local298 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() argument427 if (ManglingContextDecl) in handleLambdaNumbering()[all …]
4951 Decl *ManglingContextDecl; in handleTagNumbering() local4952 std::tie(MCtx, ManglingContextDecl) = in handleTagNumbering()5866 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local5867 std::tie(MCtx, ManglingContextDecl) = in BuildAnonymousStructOrUnion()8216 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local8217 std::tie(MCtx, ManglingContextDecl) = in ActOnVariableDeclarator()
16944 Decl *ManglingContextDecl; in ActOnBlockStart() local16945 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()
4511 Decl *ManglingContextDecl = nullptr; variable4615 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl()4619 ManglingContextDecl = Ctx; in setBlockMangling()
1323 Decl *ManglingContextDecl; member1386 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()1390 ManglingContextDecl(ManglingContextDecl), ExprContext(ExprContext), in ExpressionEvaluationContextRecord()