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...]
SemaTemplate.cpp     [all...]
SemaObjCProperty.cpp 458 ContextRAII SavedContext(*this, CCPrimary);
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 473 DeclContext *SavedContext;
479 : S(S), SavedContext(S.CurContext),
488 if (!SavedContext) return;
489 S.CurContext = SavedContext;
492 SavedContext = 0;
504 Sema::ContextRAII SavedContext;
508 : S(S), SavedContext(S, DC)
    [all...]

Completed in 3902 milliseconds