Home
last modified time | relevance | path

Searched refs:ManglingContextDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaLambda.cpp278 Decl *&ManglingContextDecl) { in getCurrentMangleNumberContext() argument
281 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 …]
DSemaDecl.cpp3635 Decl *ManglingContextDecl; in handleTagNumbering() local
3637 Tag->getDeclContext(), ManglingContextDecl)) { in handleTagNumbering()
4353 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local
4355 NewVD->getDeclContext(), ManglingContextDecl)) { in BuildAnonymousStructOrUnion()
6250 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local
6252 NewVD->getDeclContext(), ManglingContextDecl)) { in ActOnVariableDeclarator()
DSemaExpr.cpp11404 Decl *ManglingContextDecl; in ActOnBlockStart() local
11407 ManglingContextDecl)) { in ActOnBlockStart()
11409 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()
12296 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()
/external/clang/include/clang/AST/
DDecl.h3494 Decl *ManglingContextDecl; variable
3503 ManglingNumber(0), ManglingContextDecl(nullptr) {} in BlockDecl()
3603 return ManglingContextDecl; in getBlockManglingContextDecl()
3608 ManglingContextDecl = Ctx; in setBlockMangling()
/external/clang/include/clang/Sema/
DSema.h823 Decl *ManglingContextDecl; member
843 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()
848 ManglingContextDecl(ManglingContextDecl), MangleNumbering() { } in ExpressionEvaluationContextRecord()
871 Decl *&ManglingContextDecl);