OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ManglingContextDecl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp
279
Decl *
ManglingContextDecl
= ExprEvalContexts.back().
ManglingContextDecl
;
293
if (
ManglingContextDecl
) {
294
if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(
ManglingContextDecl
)) {
299
} else if (VarDecl *Var = dyn_cast<VarDecl>(
ManglingContextDecl
)) {
310
} else if (isa<FieldDecl>(
ManglingContextDecl
)) {
325
!(
ManglingContextDecl
&& isa<ParmVarDecl>(
ManglingContextDecl
))) ||
338
return std::make_tuple(nullptr,
ManglingContextDecl
);
352
ManglingContextDecl
),
[
all
...]
SemaDecl.cpp
4390
Decl *
ManglingContextDecl
;
4391
std::tie(MCtx,
ManglingContextDecl
) =
5246
Decl *
ManglingContextDecl
;
5247
std::tie(MCtx,
ManglingContextDecl
) =
7470
Decl *
ManglingContextDecl
;
7471
std::tie(MCtx,
ManglingContextDecl
) =
SemaExpr.cpp
15278
Decl *
ManglingContextDecl
;
15279
std::tie(MCtx,
ManglingContextDecl
) =
15283
Block->setBlockMangling(ManglingNumber,
ManglingContextDecl
);
16383
Decl *ClosureContextDecl = ExprEvalContexts.back().
ManglingContextDecl
;
18739
ExprEvalContexts.back().
ManglingContextDecl
)) {
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
1258
Decl *
ManglingContextDecl
;
1291
Decl *
ManglingContextDecl
,
1295
ManglingContextDecl
(
ManglingContextDecl
), ExprContext(ExprContext) {}
Completed in 84 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026