Lines Matching defs:ManglingContextDecl
284 Decl *ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl;
301 if (ManglingContextDecl) {
302 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) {
307 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) {
318 } else if (isa<FieldDecl>(ManglingContextDecl)) {
320 } else if (isa<ImplicitConceptSpecializationDecl>(ManglingContextDecl)) {
332 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) ||
344 // however the ManglingContextDecl is important for the purposes of
356 ManglingContextDecl),
357 ManglingContextDecl);
467 Decl *ManglingContextDecl) -> MangleNumberingContext * {
469 if (ManglingContextDecl)
471 ASTContext::NeedExtraManglingDecl, ManglingContextDecl);