HomeSort by relevance Sort by last modified time
    Searched refs:TUScope (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Sema/
Sema.cpp 64 TUScope = S;
95 TUScope = 0;
137 PushOnScopeChains(Context.getInt128Decl(), TUScope);
141 PushOnScopeChains(Context.getUInt128Decl(), TUScope);
151 PushOnScopeChains(Context.getObjCSelDecl(), TUScope);
157 PushOnScopeChains(Context.getObjCIdDecl(), TUScope);
162 PushOnScopeChains(Context.getObjCClassDecl(), TUScope);
167 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope);
172 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope);
597 TUScope = 0
    [all...]
SemaDeclObjC.cpp 454 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
496 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
497 PushOnScopeChains(IDecl, TUScope);
506 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
514 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
605 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
613 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
621 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
639 PushOnScopeChains(AliasDecl, TUScope);
714 PushOnScopeChains(PDecl, TUScope);
    [all...]
SemaExprObjC.cpp 100 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,
734 NamedDecl *IF = LookupSingleName(TUScope,
    [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp 525 BuiltinID, S.TUScope,
    [all...]
SemaExpr.cpp 511 S.LookupSingleName(S.TUScope,
526 S.LookupSingleName(S.TUScope,
585 NamedDecl *ObjectGetClass = LookupSingleName(TUScope,
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 547 Scope *TUScope;
    [all...]

Completed in 121 milliseconds