Searched refs:ManglingContextDecl (Results 1 – 5 of 5) sorted by relevance
279 Decl *&ManglingContextDecl) { in getCurrentMangleNumberContext() argument282 ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext()294 if (ManglingContextDecl) { in getCurrentMangleNumberContext()295 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()300 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()303 } else if (isa<FieldDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()318 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) || in getCurrentMangleNumberContext()320 ManglingContextDecl = nullptr; in getCurrentMangleNumberContext()324 ManglingContextDecl = nullptr; in getCurrentMangleNumberContext()330 ManglingContextDecl = nullptr; in getCurrentMangleNumberContext()[all …]
3750 Decl *ManglingContextDecl; in handleTagNumbering() local3752 Tag->getDeclContext(), ManglingContextDecl)) { in handleTagNumbering()4484 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local4486 NewVD->getDeclContext(), ManglingContextDecl)) { in BuildAnonymousStructOrUnion()6469 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local6471 NewVD->getDeclContext(), ManglingContextDecl)) { in ActOnVariableDeclarator()
11936 Decl *ManglingContextDecl; in ActOnBlockStart() local11939 ManglingContextDecl)) { in ActOnBlockStart()11941 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()12836 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()
3515 Decl *ManglingContextDecl; variable3524 ManglingNumber(0), ManglingContextDecl(nullptr) {} in BlockDecl()3602 return ManglingContextDecl; in getBlockManglingContextDecl()3607 ManglingContextDecl = Ctx; in setBlockMangling()
860 Decl *ManglingContextDecl; member880 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()885 ManglingContextDecl(ManglingContextDecl), MangleNumbering() { } in ExpressionEvaluationContextRecord()908 Decl *&ManglingContextDecl);