Searched refs:ManglingContextDecl (Results 1 – 5 of 5) sorted by relevance
278 Decl *&ManglingContextDecl) { in getCurrentMangleNumberContext() argument281 ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext()293 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()302 } else if (isa<FieldDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()317 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) || in getCurrentMangleNumberContext()319 ManglingContextDecl = nullptr; in getCurrentMangleNumberContext()323 ManglingContextDecl = nullptr; in getCurrentMangleNumberContext()329 ManglingContextDecl = nullptr; in getCurrentMangleNumberContext()[all …]
3635 Decl *ManglingContextDecl; in handleTagNumbering() local3637 Tag->getDeclContext(), ManglingContextDecl)) { in handleTagNumbering()4353 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local4355 NewVD->getDeclContext(), ManglingContextDecl)) { in BuildAnonymousStructOrUnion()6250 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local6252 NewVD->getDeclContext(), ManglingContextDecl)) { in ActOnVariableDeclarator()
11404 Decl *ManglingContextDecl; in ActOnBlockStart() local11407 ManglingContextDecl)) { in ActOnBlockStart()11409 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()12296 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()
3494 Decl *ManglingContextDecl; variable3503 ManglingNumber(0), ManglingContextDecl(nullptr) {} in BlockDecl()3603 return ManglingContextDecl; in getBlockManglingContextDecl()3608 ManglingContextDecl = Ctx; in setBlockMangling()
823 Decl *ManglingContextDecl; member843 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()848 ManglingContextDecl(ManglingContextDecl), MangleNumbering() { } in ExpressionEvaluationContextRecord()871 Decl *&ManglingContextDecl);