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...]
SemaTemplateInstantiateDecl.cpp 48 Sema::ContextRAII SavedContext(
    [all...]
SemaObjCProperty.cpp 479 ContextRAII SavedContext(*this, CCPrimary);
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 543 DeclContext *SavedContext;
549 : S(S), SavedContext(S.CurContext),
560 if (!SavedContext) return;
561 S.CurContext = SavedContext;
564 SavedContext = nullptr;
576 Sema::ContextRAII SavedContext;
580 : S(S), SavedContext(S, DC)
    [all...]

Completed in 344 milliseconds