Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp279 Decl *&ManglingContextDecl) { in getCurrentMangleNumberContext() argument
282 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 …]
DSemaDecl.cpp3750 Decl *ManglingContextDecl; in handleTagNumbering() local
3752 Tag->getDeclContext(), ManglingContextDecl)) { in handleTagNumbering()
4484 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local
4486 NewVD->getDeclContext(), ManglingContextDecl)) { in BuildAnonymousStructOrUnion()
6469 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local
6471 NewVD->getDeclContext(), ManglingContextDecl)) { in ActOnVariableDeclarator()
DSemaExpr.cpp11936 Decl *ManglingContextDecl; in ActOnBlockStart() local
11939 ManglingContextDecl)) { in ActOnBlockStart()
11941 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()
12836 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()
/external/clang/include/clang/AST/
DDecl.h3515 Decl *ManglingContextDecl; variable
3524 ManglingNumber(0), ManglingContextDecl(nullptr) {} in BlockDecl()
3602 return ManglingContextDecl; in getBlockManglingContextDecl()
3607 ManglingContextDecl = Ctx; in setBlockMangling()
/external/clang/include/clang/Sema/
DSema.h860 Decl *ManglingContextDecl; member
880 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()
885 ManglingContextDecl(ManglingContextDecl), MangleNumbering() { } in ExpressionEvaluationContextRecord()
908 Decl *&ManglingContextDecl);