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

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaObjCProperty.cpp 476 ContextRAII SavedContext(*this, CCPrimary);
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 550 DeclContext *SavedContext;
556 : S(S), SavedContext(S.CurContext),
567 if (!SavedContext) return;
568 S.CurContext = SavedContext;
571 SavedContext = nullptr;
583 Sema::ContextRAII SavedContext;
587 : S(S), SavedContext(S, DC)
    [all...]

Completed in 562 milliseconds