OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PushOnScopeChains
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp
222
PushOnScopeChains
(Context.buildImplicitTypedef(T, Name), TUScope);
249
PushOnScopeChains
(Context.getInt128Decl(), TUScope);
253
PushOnScopeChains
(Context.getUInt128Decl(), TUScope);
263
PushOnScopeChains
(Context.getObjCSelDecl(), TUScope);
269
PushOnScopeChains
(Context.getObjCIdDecl(), TUScope);
274
PushOnScopeChains
(Context.getObjCClassDecl(), TUScope);
279
PushOnScopeChains
(Context.getObjCProtocolDecl(), TUScope);
285
PushOnScopeChains
(Context.getCFConstantStringDecl(), TUScope);
291
PushOnScopeChains
(Context.buildImplicitRecord("type_info", TTK_Class),
403
PushOnScopeChains
(Context.getBuiltinMSVaListDecl(), TUScope)
[
all
...]
SemaDeclObjC.cpp
390
PushOnScopeChains
(MDecl->getSelfDecl(), FnBodyScope);
391
PushOnScopeChains
(MDecl->getCmdDecl(), FnBodyScope);
406
PushOnScopeChains
(Param, FnBodyScope);
797
PushOnScopeChains
(typeParam, S, /*AddToContext=*/false);
1074
PushOnScopeChains
(IDecl, TUScope);
1179
PushOnScopeChains
(AliasDecl, TUScope);
1238
PushOnScopeChains
(PDecl, TUScope);
1255
PushOnScopeChains
(PDecl, TUScope);
1787
PushOnScopeChains
(PDecl, TUScope);
1871
// FIXME:
PushOnScopeChains
[
all
...]
SemaLambda.cpp
563
PushOnScopeChains
(Param, CurScope);
1128
PushOnScopeChains
(Var, CurScope, false);
SemaDeclCXX.cpp
878
PushOnScopeChains
(BD, S, true);
3955
PushOnScopeChains
(ParamDecl, S, /*AddToContext=*/false);
10998
PushOnScopeChains
(Namespc, DeclRegionScope);
11612
PushOnScopeChains
(UD, S, /*AddToContext*/ false);
11839
PushOnScopeChains
(Shadow, S);
12718
PushOnScopeChains
(NewND, S);
12796
PushOnScopeChains
(AliasDecl, S);
13075
PushOnScopeChains
(DefaultCon, S, false);
13361
PushOnScopeChains
(Destructor, S, false);
14003
PushOnScopeChains
(CopyAssignment, S, false)
[
all
...]
SemaDecl.cpp
1464
void Sema::
PushOnScopeChains
(NamedDecl *D, Scope *S, bool AddToContext) {
2141
// FIXME: This is hideous. We need to teach
PushOnScopeChains
to
2146
PushOnScopeChains
(New, TUScope);
4918
SemaRef.
PushOnScopeChains
(IndirectField, S);
5914
PushOnScopeChains
(New, S);
14250
PushOnScopeChains
(NonParmDecl, FnBodyScope, /*AddToContext=*/false);
14256
PushOnScopeChains
(EI, FnBodyScope, /*AddToContext=*/false);
14269
PushOnScopeChains
(Param, FnBodyScope);
14822
PushOnScopeChains
(ExternCPrev, BlockScope, /*AddToContext*/false);
16371
PushOnScopeChains
(New, EnclosingScope, /* AddToContext = */ false)
[
all
...]
SemaLookup.cpp
4100
PushOnScopeChains
(Res, S, true);
4115
PushOnScopeChains
(Res, S, true);
SemaOpenMP.cpp
19414
PushOnScopeChains
(OmpInParm, S);
19415
PushOnScopeChains
(OmpOutParm, S);
19474
PushOnScopeChains
(OmpPrivParm, S);
19475
PushOnScopeChains
(OmpOrigParm, S);
19514
PushOnScopeChains
(cast<OMPDeclareReductionDecl>(D), S,
19625
PushOnScopeChains
(DMD, S);
19651
PushOnScopeChains
(VD, S, /*AddToContext=*/false);
SemaTemplate.cpp
2042
PushOnScopeChains
(NewTemplate, Outer);
2056
PushOnScopeChains
(NewTemplate, EnclosingScope,
8660
PushOnScopeChains
(NewDecl, S);
SemaExprCXX.cpp
8758
PushOnScopeChains
(Param, BodyScope);
SemaDeclAttr.cpp
8514
PushOnScopeChains
(NewD, S);
SemaExpr.cpp
5211
PushOnScopeChains
(VD, S);
15413
PushOnScopeChains
(AI, CurBlock->TheScope);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
3223
void
PushOnScopeChains
(NamedDecl *D, Scope *S, bool AddToContext = true);
Completed in 143 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026