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

  /external/clang/lib/Sema/
Sema.cpp 70 TUScope = S;
109 TUScope = nullptr;
136 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope);
162 PushOnScopeChains(Context.getInt128Decl(), TUScope);
166 PushOnScopeChains(Context.getUInt128Decl(), TUScope);
176 PushOnScopeChains(Context.getObjCSelDecl(), TUScope);
182 PushOnScopeChains(Context.getObjCIdDecl(), TUScope);
187 PushOnScopeChains(Context.getObjCClassDecl(), TUScope);
192 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope);
200 TUScope);
    [all...]
SemaDeclObjC.cpp 461 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
503 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
504 PushOnScopeChains(IDecl, TUScope);
513 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
521 LookupOrdinaryName, TUScope, nullptr,
611 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
632 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
640 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
648 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
666 PushOnScopeChains(AliasDecl, TUScope);
    [all...]
SemaExprObjC.cpp 104 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
119 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
202 NamedDecl *IF = S.LookupSingleName(S.TUScope, NSNumberId,
468 NamedDecl *Decl = LookupSingleName(TUScope, NSStringId,
637 NamedDecl *IF = LookupSingleName(TUScope,
753 NamedDecl *IF = LookupSingleName(TUScope,
    [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp 544 BuiltinID, S.TUScope,
    [all...]
SemaExpr.cpp 563 S.LookupSingleName(S.TUScope,
578 S.LookupSingleName(S.TUScope,
637 NamedDecl *ObjectGetClass = LookupSingleName(TUScope,
    [all...]
SemaCodeComplete.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 619 Scope *TUScope;
    [all...]

Completed in 89 milliseconds