Searched refs:ManglingContextDecl (Results 1 – 5 of 5) sorted by relevance
284 Decl *ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext() local301 if (ManglingContextDecl) { in getCurrentMangleNumberContext()302 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()307 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()318 } else if (isa<FieldDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()320 } else if (isa<ImplicitConceptSpecializationDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()332 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) || in getCurrentMangleNumberContext()356 ManglingContextDecl), in getCurrentMangleNumberContext()357 ManglingContextDecl); in getCurrentMangleNumberContext()467 Decl *ManglingContextDecl) -> MangleNumberingContext * { in handleLambdaNumbering() argument[all …]
4815 Decl *ManglingContextDecl; in handleTagNumbering() local4816 std::tie(MCtx, ManglingContextDecl) = in handleTagNumbering()5706 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local5707 std::tie(MCtx, ManglingContextDecl) = in BuildAnonymousStructOrUnion()8043 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local8044 std::tie(MCtx, ManglingContextDecl) = in ActOnVariableDeclarator()
15937 Decl *ManglingContextDecl; in ActOnBlockStart() local15938 std::tie(MCtx, ManglingContextDecl) = in ActOnBlockStart()15942 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()17203 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()19935 ExprEvalContexts.back().ManglingContextDecl)) { in DiagIfReachable()
4531 Decl *ManglingContextDecl = nullptr; variable4635 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl()4639 ManglingContextDecl = Ctx; in setBlockMangling()
6311 Decl *ManglingContextDecl; member6389 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()6393 ManglingContextDecl(ManglingContextDecl), ExprContext(ExprContext), in ExpressionEvaluationContextRecord()