OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ManglingContextDecl
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Sema/
SemaLambda.cpp
278
Decl *&
ManglingContextDecl
) {
281
ManglingContextDecl
= ExprEvalContexts.back().
ManglingContextDecl
;
293
if (
ManglingContextDecl
) {
294
if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(
ManglingContextDecl
)) {
299
} else if (VarDecl *Var = dyn_cast<VarDecl>(
ManglingContextDecl
)) {
302
} else if (isa<FieldDecl>(
ManglingContextDecl
)) {
317
!(
ManglingContextDecl
&& isa<ParmVarDecl>(
ManglingContextDecl
))) ||
319
ManglingContextDecl
= nullptr
[
all
...]
SemaDecl.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
823
Decl *
ManglingContextDecl
;
843
Decl *
ManglingContextDecl
,
848
ManglingContextDecl
(
ManglingContextDecl
), MangleNumbering() { }
867
/// \param[out]
ManglingContextDecl
- Returns the
ManglingContextDecl
871
Decl *&
ManglingContextDecl
);
[
all
...]
Completed in 156 milliseconds