Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp279 Decl *ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl; in getCurrentMangleNumberContext() local
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()
310 } else if (isa<FieldDecl>(ManglingContextDecl)) { in getCurrentMangleNumberContext()
325 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) || in getCurrentMangleNumberContext()
338 return std::make_tuple(nullptr, ManglingContextDecl); in getCurrentMangleNumberContext()
352 ManglingContextDecl), in getCurrentMangleNumberContext()
353 ManglingContextDecl); in getCurrentMangleNumberContext()
436 Decl *ManglingContextDecl; in handleLambdaNumbering() local
[all …]
H A DSemaDecl.cpp4390 Decl *ManglingContextDecl; in handleTagNumbering() local
4391 std::tie(MCtx, ManglingContextDecl) = in handleTagNumbering()
5246 Decl *ManglingContextDecl; in BuildAnonymousStructOrUnion() local
5247 std::tie(MCtx, ManglingContextDecl) = in BuildAnonymousStructOrUnion()
7470 Decl *ManglingContextDecl; in ActOnVariableDeclarator() local
7471 std::tie(MCtx, ManglingContextDecl) = in ActOnVariableDeclarator()
H A DSemaExpr.cpp15278 Decl *ManglingContextDecl; in ActOnBlockStart() local
15279 std::tie(MCtx, ManglingContextDecl) = in ActOnBlockStart()
15283 Block->setBlockMangling(ManglingNumber, ManglingContextDecl); in ActOnBlockStart()
16383 Decl *ClosureContextDecl = ExprEvalContexts.back().ManglingContextDecl; in PushExpressionEvaluationContext()
18739 ExprEvalContexts.back().ManglingContextDecl)) { in DiagRuntimeBehavior()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4178 Decl *ManglingContextDecl = nullptr; variable
4282 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl()
4286 ManglingContextDecl = Ctx; in setBlockMangling()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1258 Decl *ManglingContextDecl; member
1291 Decl *ManglingContextDecl, in ExpressionEvaluationContextRecord()
1295 ManglingContextDecl(ManglingContextDecl), ExprContext(ExprContext) {} in ExpressionEvaluationContextRecord()