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;
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...]
SemaDeclObjC.cpp 465 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...]
SemaExprObjC.cpp 104 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,
    [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp 539 BuiltinID, S.TUScope,
    [all...]
SemaExpr.cpp 515 S.LookupSingleName(S.TUScope,
530 S.LookupSingleName(S.TUScope,
589 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 626 Scope *TUScope;
    [all...]

Completed in 306 milliseconds