Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp2050 Sema::ContextRAII SavedContext(S, Partial); in FinishTemplateArgumentDeduction() local
2303 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in SubstituteExplicitTemplateArguments() local
2538 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in FinishTemplateArgumentDeduction() local
DSemaTemplateInstantiate.cpp1863 ContextRAII SavedContext(*this, Instantiation); in InstantiateClass() local
2079 ContextRAII SavedContext(*this, Instantiation); in InstantiateEnum() local
DSemaTemplate.cpp897 ContextRAII SavedContext(*this, SemanticContext); in CheckClassTemplate() local
2578 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
2628 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
2678 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
DSemaObjCProperty.cpp380 ContextRAII SavedContext(*this, CCPrimary); in HandlePropertyInClassExtension() local
DSemaDecl.cpp1535 DeclContext *SavedContext = CurContext; in LazilyCreateBuiltin() local
3652 ContextRAII SavedContext(*this, DC); in HandleDeclarator() local
5245 ContextRAII SavedContext(*this, DC); in ActOnFunctionDeclarator() local
DSemaDeclAttr.cpp4663 DeclContext *SavedContext = CurContext; in DeclApplyPragmaWeak() local
DSemaDeclCXX.cpp6722 Sema::ContextRAII SavedContext; member in __anon8123c3a80a11::ImplicitlyDefinedFunctionScope
DSemaExpr.cpp3444 ContextRAII SavedContext(*this, FD); in BuildCXXDefaultArgExpr() local
/external/clang/include/clang/Sema/
DSema.h432 DeclContext *SavedContext; variable