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 138 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope);
160 PushOnScopeChains(Context.getInt128Decl(), TUScope);
164 PushOnScopeChains(Context.getUInt128Decl(), TUScope);
174 PushOnScopeChains(Context.getObjCSelDecl(), TUScope);
180 PushOnScopeChains(Context.getObjCIdDecl(), TUScope);
185 PushOnScopeChains(Context.getObjCClassDecl(), TUScope);
190 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope);
196 PushOnScopeChains(Context.buildImplicitRecord("type_info", TTK_Class),
216 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope);
    [all...]
SemaDeclObjC.cpp 323 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope);
324 PushOnScopeChains(MDecl->getCmdDecl(), FnBodyScope);
339 PushOnScopeChains(Param, FnBodyScope);
508 PushOnScopeChains(IDecl, TUScope);
670 PushOnScopeChains(AliasDecl, TUScope);
745 PushOnScopeChains(PDecl, TUScope);
    [all...]
SemaLambda.cpp 484 PushOnScopeChains(Param, CurScope);
    [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 226 milliseconds