Home
last modified time | relevance | path

Searched defs:SavedContext (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1955 ContextRAII SavedContext(*this, Instantiation); in InstantiateClass() local
2172 ContextRAII SavedContext(*this, Instantiation); in InstantiateEnum() local
2240 ContextRAII SavedContext(*this, Instantiation->getParent()); in InstantiateInClassInitializer() local
DSemaTemplateDeduction.cpp2116 Sema::ContextRAII SavedContext(S, Partial); in FinishTemplateArgumentDeduction() local
2534 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in SubstituteExplicitTemplateArguments() local
2770 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in FinishTemplateArgumentDeduction() local
DSemaTemplate.cpp888 ContextRAII SavedContext(*this, SemanticContext); in CheckClassTemplate() local
3181 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
3234 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
3286 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
DSemaObjCProperty.cpp479 ContextRAII SavedContext(*this, CCPrimary); in HandlePropertyInClassExtension() local
DSemaTemplateInstantiateDecl.cpp48 Sema::ContextRAII SavedContext( in SubstQualifier() local
1690 Sema::ContextRAII SavedContext(SemaRef, Inh->getDeclContext()); in VisitCXXMethodDecl() local
DSemaDecl.cpp1777 DeclContext *SavedContext = CurContext; in LazilyCreateBuiltin() local
4678 ContextRAII SavedContext(*this, DC); in HandleDeclarator() local
7150 ContextRAII SavedContext(*this, DC); in ActOnFunctionDeclarator() local
DSemaDeclAttr.cpp5044 DeclContext *SavedContext = CurContext; in DeclApplyPragmaWeak() local
DSemaDeclCXX.cpp13152 ContextRAII SavedContext(*this, DD); in MarkVTableUsed() local
DSemaExpr.cpp4131 ContextRAII SavedContext(*this, FD); in BuildCXXDefaultArgExpr() local
/external/clang/include/clang/Sema/
DSema.h543 DeclContext *SavedContext; variable
576 Sema::ContextRAII SavedContext; variable