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

/external/clang/lib/Sema/
H A DSema.cpp78 TUScope = S;
107 TUScope = 0;
149 PushOnScopeChains(Context.getInt128Decl(), TUScope);
153 PushOnScopeChains(Context.getUInt128Decl(), TUScope);
163 PushOnScopeChains(Context.getObjCSelDecl(), TUScope);
169 PushOnScopeChains(Context.getObjCIdDecl(), TUScope);
174 PushOnScopeChains(Context.getObjCClassDecl(), TUScope);
179 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope);
184 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope);
563 TUScope
[all...]
H A DSemaDeclObjC.cpp436 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
461 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
462 PushOnScopeChains(IDecl, TUScope);
471 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
479 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
564 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
575 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
583 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
601 PushOnScopeChains(AliasDecl, TUScope);
676 PushOnScopeChains(PDecl, TUScope);
[all...]
H A DSemaExprObjC.cpp100 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
115 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
198 NamedDecl *IF = S.LookupSingleName(S.TUScope, NSNumberId,
442 NamedDecl *Decl = LookupSingleName(TUScope, NSStringId,
617 NamedDecl *IF = LookupSingleName(TUScope,
736 NamedDecl *IF = LookupSingleName(TUScope,
2761 return LookupName(R, TUScope, false);
H A DSemaDecl.cpp1092 if (IdResolver.tryAddTopLevelDecl(D, Name) && TUScope)
1093 TUScope->AddDecl(D);
1400 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName);
1407 LookupOrdinaryName, TUScope, NULL,
1531 // TUScope is the translation-unit scope to insert this function into.
1537 PushOnScopeChains(New, TUScope);
8002 FunctionDecl *FD = dyn_cast<FunctionDecl>(ActOnDeclarator(TUScope, D));
9484 // FIXME: What to pass instead of TUScope?
9485 ProcessDeclAttributes(TUScope, NewFD, *D);
11055 Decl *PrevDecl = LookupSingleName(TUScope, Nam
[all...]
H A DSemaLookup.cpp508 BuiltinID, S.TUScope,
2182 Decl *D = LookupSingleName(TUScope, II, IdLoc,
H A DSemaCodeComplete.cpp5759 = LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName);
5808 = LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName);
5839 = LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName);
H A DSemaDeclCXX.cpp7856 LookupName(R, TUScope, true);
7876 LookupName(R, TUScope, true);
8405 LookupName(R, TUScope, true);
8425 LookupName(R, TUScope, true);
H A DSemaDeclAttr.cpp2672 = S.LookupSingleName(S.TUScope, Attr.getParameterName(),
H A DSemaExpr.cpp699 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc,
704 ExprResult Call = ActOnCallExpr(TUScope, TrapFn.get(),
710 ExprResult Comma = ActOnBinOp(TUScope, E->getLocStart(), tok::comma,
H A DSemaChecking.cpp1199 TUScope, false, DRE->getLocStart()));
/external/clang/include/clang/Sema/
H A DSema.h486 Scope *TUScope; member in class:clang::Sema

Completed in 293 milliseconds