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 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);
    [all...]
SemaDeclObjC.cpp 287 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope);
288 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope);
299 PushOnScopeChains(*PI, FnBodyScope);
410 PushOnScopeChains(IDecl, TUScope);
549 PushOnScopeChains(AliasDecl, TUScope);
624 PushOnScopeChains(PDecl, TUScope);
731 PushOnScopeChains(PDecl, TUScope);
800 // FIXME: PushOnScopeChains?
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaLambda.cpp 212 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 90 milliseconds