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

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp     [all...]
SemaObjCProperty.cpp 332 ContextRAII SavedContext(*this, CCPrimary);
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h 447 DeclContext *SavedContext;
453 : S(S), SavedContext(S.CurContext),
462 if (!SavedContext) return;
463 S.CurContext = SavedContext;
466 SavedContext = 0;
    [all...]

Completed in 305 milliseconds