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

  /external/clang/lib/Sema/
Sema.cpp 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);
    [all...]
SemaDeclObjC.cpp 324 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope);
325 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope);
342 PushOnScopeChains(*PI, FnBodyScope);
497 PushOnScopeChains(IDecl, TUScope);
639 PushOnScopeChains(AliasDecl, TUScope);
714 PushOnScopeChains(PDecl, TUScope);
826 PushOnScopeChains(PDecl, TUScope);
    [all...]
SemaLambda.cpp 227 PushOnScopeChains(Param, CurScope);
674 PushOnScopeChains(NewFD, CurScope, false);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 636 milliseconds