/external/clang/lib/Sema/ |
Sema.cpp | 58 TUScope = S; 73 TInfo), TUScope); 80 TInfo), TUScope); 96 PushOnScopeChains(SelTypedef, TUScope); 108 PushOnScopeChains(ProtocolDecl, TUScope, false); 119 PushOnScopeChains(IdTypedef, TUScope); 132 PushOnScopeChains(ClassTypedef, TUScope); 156 TUScope = 0; 448 TUScope = 0; 565 TUScope = 0 [all...] |
SemaDeclObjC.cpp | 399 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, 433 ProcessDeclAttributeList(TUScope, IDecl, AttrList); 439 ProcessDeclAttributeList(TUScope, IDecl, AttrList); 441 PushOnScopeChains(IDecl, TUScope); 446 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc, 452 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope, 536 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation, 547 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation, 555 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation, 573 PushOnScopeChains(AliasDecl, TUScope); [all...] |
SemaExprObjC.cpp | 92 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLocs[0], 107 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLocs[0], [all...] |
SemaDecl.cpp | [all...] |
SemaLookup.cpp | 496 BuiltinID, S.TUScope, [all...] |
SemaCodeComplete.cpp | [all...] |
SemaExpr.cpp | 498 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, Name, true, false); 502 ExprResult Call = ActOnCallExpr(TUScope, TrapFn.get(), E->getLocStart(), 507 ExprResult Comma = ActOnBinOp(TUScope, E->getLocStart(), tok::comma, [all...] |
SemaChecking.cpp | 544 TUScope, false, DRE->getLocStart())); [all...] |
SemaDeclAttr.cpp | [all...] |
SemaDeclCXX.cpp | [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 466 Scope *TUScope; [all...] |