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 323 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope);
324 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope);
341 PushOnScopeChains(*PI, FnBodyScope);
477 PushOnScopeChains(IDecl, TUScope);
616 PushOnScopeChains(AliasDecl, TUScope);
691 PushOnScopeChains(PDecl, TUScope);
800 PushOnScopeChains(PDecl, TUScope);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaLambda.cpp 223 PushOnScopeChains(Param, CurScope);
    [all...]
SemaLookup.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 60 milliseconds