Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp192 Decl *&ManglingContextDecl) { in getCurrentMangleNumberContext() argument
195 ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext()
207 if (ManglingContextDecl) { in getCurrentMangleNumberContext()
208 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
213 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
216 } else if (isa<FieldDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
231 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) || in getCurrentMangleNumberContext()
233 ManglingContextDecl = 0; in getCurrentMangleNumberContext()
237 ManglingContextDecl = 0; in getCurrentMangleNumberContext()
243 ManglingContextDecl = 0; in getCurrentMangleNumberContext()
[all …]
HDSemaDecl.cpp3184 Decl *ManglingContextDecl; in HandleTagNumbering() local
3187 ManglingContextDecl)) { in HandleTagNumbering()
5469 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local
5472 ManglingContextDecl)) { in ActOnVariableDeclarator()
HDSemaExpr.cpp10182 Decl *ManglingContextDecl; in ActOnBlockStart() local
10185 ManglingContextDecl)) { in ActOnBlockStart()
10187 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()
11025 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h3233 Decl *ManglingContextDecl; variable
3242 ManglingNumber(0), ManglingContextDecl(0) {} in BlockDecl()
3316 return ManglingContextDecl; in getBlockManglingContextDecl()
3321 ManglingContextDecl = Ctx; in setBlockMangling()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h679 Decl *ManglingContextDecl; member
699 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()
703 ManglingContextDecl(ManglingContextDecl), MangleNumbering() { } in ExpressionEvaluationContextRecord()
726 Decl *&ManglingContextDecl);