Searched refs:TUScope (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/Sema/
H A DSema.cpp70 TUScope = S;
109 TUScope = nullptr;
138 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope);
160 PushOnScopeChains(Context.getInt128Decl(), TUScope);
164 PushOnScopeChains(Context.getUInt128Decl(), TUScope);
174 PushOnScopeChains(Context.getObjCSelDecl(), TUScope);
180 PushOnScopeChains(Context.getObjCIdDecl(), TUScope);
185 PushOnScopeChains(Context.getObjCClassDecl(), TUScope);
190 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope);
197 TUScope);
[all...]
H A DSemaDeclObjC.cpp465 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
507 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
508 PushOnScopeChains(IDecl, TUScope);
517 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
525 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
614 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
636 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
644 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
652 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
670 PushOnScopeChains(AliasDecl, TUScope);
[all...]
H A DSemaExprObjC.cpp104 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
119 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
202 NamedDecl *IF = S.LookupSingleName(S.TUScope, NSNumberId,
466 NamedDecl *Decl = LookupSingleName(TUScope, NSStringId,
635 NamedDecl *IF = LookupSingleName(TUScope,
751 NamedDecl *IF = LookupSingleName(TUScope,
3035 return LookupName(R, TUScope, false);
3303 if (S.LookupName(R, S.TUScope)) {
3364 if (S.LookupName(R, S.TUScope)) {
3524 if (!LookupName(R, TUScope)) {
[all...]
H A DSemaDecl.cpp1200 if (IdResolver.tryAddTopLevelDecl(D, Name) && TUScope)
1201 TUScope->AddDecl(D);
1535 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName);
1542 LookupOrdinaryName, TUScope, nullptr,
1689 // TUScope is the translation-unit scope to insert this function into.
1695 PushOnScopeChains(New, TUScope);
10356 FunctionDecl *FD = cast<FunctionDecl>(ActOnDeclarator(TUScope, D));
13429 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc,
13444 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, LookupOrdinaryName);
13460 Decl *PrevDecl = LookupSingleName(TUScope, AliasNam
[all...]
H A DSemaLookup.cpp539 BuiltinID, S.TUScope,
2328 Decl *D = LookupSingleName(TUScope, II, IdLoc,
H A DSemaExpr.cpp515 S.LookupSingleName(S.TUScope,
530 S.LookupSingleName(S.TUScope,
589 NamedDecl *ObjectGetClass = LookupSingleName(TUScope,
885 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc,
890 ExprResult Call = ActOnCallExpr(TUScope, TrapFn.get(),
896 ExprResult Comma = ActOnBinOp(TUScope, E->getLocStart(), tok::comma,
9447 NamedDecl *ObjectSetClass = LookupSingleName(TUScope,
H A DSemaCodeComplete.cpp5801 = LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName);
5850 = LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName);
5881 = LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName);
H A DSemaChecking.cpp1556 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true);
H A DSemaDeclCXX.cpp9170 S.LookupName(R, S.TUScope, true);
13127 ProcessDeclAttributes(TUScope, NewPD, D);
/external/clang/lib/Serialization/
H A DASTReader.cpp8302 if (SemaObj->IdResolver.tryAddTopLevelDecl(D, Name) && SemaObj->TUScope) {
8303 SemaObj->TUScope->AddDecl(D);
8304 } else if (SemaObj->TUScope) {
8310 SemaObj->TUScope->AddDecl(D);
/external/clang/include/clang/Sema/
H A DSema.h626 Scope *TUScope; member in class:clang::Sema

Completed in 560 milliseconds