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 76 TUScope = S;
105 TUScope = 0;
147 PushOnScopeChains(Context.getInt128Decl(), TUScope);
151 PushOnScopeChains(Context.getUInt128Decl(), TUScope);
161 PushOnScopeChains(Context.getObjCSelDecl(), TUScope);
167 PushOnScopeChains(Context.getObjCIdDecl(), TUScope);
172 PushOnScopeChains(Context.getObjCClassDecl(), TUScope);
177 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope);
475 TUScope = 0;
520 TUScope = 0
    [all...]
SemaDeclObjC.cpp 384 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
409 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
410 PushOnScopeChains(IDecl, TUScope);
419 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
427 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
512 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
523 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
531 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
549 PushOnScopeChains(AliasDecl, TUScope);
624 PushOnScopeChains(PDecl, TUScope);
    [all...]
SemaExprObjC.cpp 100 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
115 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
173 NamedDecl *IF = S.LookupSingleName(S.TUScope, NSNumberId,
419 NamedDecl *Decl = LookupSingleName(TUScope, NSStringId,
567 NamedDecl *IF = LookupSingleName(TUScope,
701 NamedDecl *IF = LookupSingleName(TUScope,
    [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp 508 BuiltinID, S.TUScope,
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 600 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc, Name,
605 ExprResult Call = ActOnCallExpr(TUScope, TrapFn.get(), E->getLocStart(),
610 ExprResult Comma = ActOnBinOp(TUScope, E->getLocStart(), tok::comma,
    [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 501 Scope *TUScope;
    [all...]

Completed in 85 milliseconds