OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUScope
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
552
NamedDecl *PrevDecl = LookupSingleName(
TUScope
, SuperName, SuperLoc,
561
TUScope
, nullptr, CCC, CTK_ErrorRecovery)) {
986
LookupSingleName(
TUScope
, ClassName, ClassLoc, LookupOrdinaryName,
1067
ProcessDeclAttributeList(
TUScope
, IDecl, AttrList);
1068
AddPragmaAttributes(
TUScope
, IDecl);
1074
PushOnScopeChains(IDecl,
TUScope
);
1115
NamedDecl* IDecl = LookupSingleName(
TUScope
, SuperName, SuperLoc,
1143
LookupSingleName(
TUScope
, AliasName, AliasLocation, LookupOrdinaryName,
1152
LookupSingleName(
TUScope
, ClassName, ClassLocation, LookupOrdinaryName,
1160
CDeclU = LookupSingleName(
TUScope
, ClassName, ClassLocation
[
all
...]
Sema.cpp
91
TUScope
= S;
186
TUScope
= nullptr;
222
PushOnScopeChains(Context.buildImplicitTypedef(T, Name),
TUScope
);
238
if (!
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
);
[
all
...]
SemaExprObjC.cpp
102
NamedDecl *IF = LookupSingleName(
TUScope
, NSIdent, AtLoc,
117
NamedDecl *IF = LookupSingleName(
TUScope
, NSIdent, AtLoc,
223
NamedDecl *IF = S.LookupSingleName(S.
TUScope
, II, Loc,
2801
S.LookupSingleName(S.
TUScope
, II, Protocol->getBeginLoc(),
3747
return LookupName(R,
TUScope
, false);
4022
if (S.LookupName(R, S.
TUScope
)) {
4088
if (S.LookupName(R, S.
TUScope
)) {
4249
if (!LookupName(R,
TUScope
)) {
SemaLookup.cpp
692
S.LookupName(Result, S.
TUScope
);
705
S.LookupName(Result, S.
TUScope
);
939
LazilyCreateBuiltin(II, BuiltinID,
TUScope
,
3035
Decl *D = LookupSingleName(
TUScope
, II, IdLoc,
SemaCoroutine.cpp
298
S.LookupName(R, S.
TUScope
, /*AllowBuiltinCreation=*/true);
SemaDecl.cpp
1982
NamedDecl *IDecl = LookupSingleName(
TUScope
, Id, IdLoc, LookupOrdinaryName);
1990
TUScope
, nullptr, CCC, CTK_ErrorRecovery)) {
2140
//
TUScope
is the translation-unit scope to insert this function into.
2146
PushOnScopeChains(New,
TUScope
);
18382
NamedDecl *PrevDecl = LookupSingleName(
TUScope
, Name, NameLoc,
18407
Decl *PrevDecl = LookupSingleName(
TUScope
, Name, NameLoc, LookupOrdinaryName);
18423
Decl *PrevDecl = LookupSingleName(
TUScope
, AliasName, AliasNameLoc,
18430
DeclApplyPragmaWeak(
TUScope
, ND, W);
SemaExpr.cpp
573
S.LookupSingleName(S.
TUScope
,
589
S.LookupSingleName(S.
TUScope
,
653
NamedDecl *ObjectGetClass = LookupSingleName(
TUScope
,
998
ExprResult TrapFn = ActOnIdExpression(
TUScope
, SS, TemplateKWLoc, Name,
1004
ExprResult Call = BuildCallExpr(
TUScope
, TrapFn.get(), E->getBeginLoc(),
1010
ActOnBinOp(
TUScope
, E->getBeginLoc(), tok::comma, Call.get(), E);
14177
NamedDecl *ObjectSetClass = LookupSingleName(
TUScope
,
SemaCodeComplete.cpp
7931
LookupSingleName(
TUScope
, ClassName, ClassNameLoc, LookupOrdinaryName);
7978
LookupSingleName(
TUScope
, ClassName, ClassNameLoc, LookupOrdinaryName);
8009
LookupSingleName(
TUScope
, ClassName, ClassNameLoc, LookupOrdinaryName);
SemaDeclCXX.cpp
13667
S.LookupName(R, S.
TUScope
, true);
17874
ProcessDeclAttributes(
TUScope
, NewPD, D);
SemaChecking.cpp
5705
LookupName(Res,
TUScope
, /*AllowBuiltinCreation=*/true);
SemaOpenMP.cpp
13949
S.LookupSingleName(S.
TUScope
, AllocatorName, Loc, Sema::LookupAnyName));
20726
TUScope
, AllocatorName, StartLoc, Sema::LookupAnyName));
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp
710
ListScope
TUScope
(W, "Local Type Unit offsets");
720
ListScope
TUScope
(W, "Foreign Type Unit signatures");
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
11605
if (SemaObj->IdResolver.tryAddTopLevelDecl(D, Name) && SemaObj->
TUScope
) {
11606
SemaObj->
TUScope
->AddDecl(D);
11607
} else if (SemaObj->
TUScope
) {
11613
SemaObj->
TUScope
->AddDecl(D);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
1100
Scope *
TUScope
;
Completed in 130 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026