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 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);
602 TUScope = 0
    [all...]
SemaDeclObjC.cpp 451 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
476 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
477 PushOnScopeChains(IDecl, TUScope);
486 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
494 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
579 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
590 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
598 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
616 PushOnScopeChains(AliasDecl, TUScope);
691 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,
736 NamedDecl *IF = LookupSingleName(TUScope,
    [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp 514 BuiltinID, S.TUScope,
    [all...]
SemaCodeComplete.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp 727 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc,
732 ExprResult Call = ActOnCallExpr(TUScope, TrapFn.get(),
738 ExprResult Comma = ActOnBinOp(TUScope, E->getLocStart(), tok::comma,
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 525 Scope *TUScope;
    [all...]

Completed in 89 milliseconds