Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1680 Sema::ContextRAII SavedContext(*this, OwningFunc); in SubstParmVarDecl() local
1954 ContextRAII SavedContext(*this, Instantiation); in InstantiateClass() local
2171 ContextRAII SavedContext(*this, Instantiation); in InstantiateEnum() local
2239 ContextRAII SavedContext(*this, Instantiation->getParent()); in InstantiateInClassInitializer() local
DSemaTemplateDeduction.cpp2124 Sema::ContextRAII SavedContext(S, Partial); in FinishTemplateArgumentDeduction() local
2542 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in SubstituteExplicitTemplateArguments() local
2778 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in FinishTemplateArgumentDeduction() local
DSemaTemplate.cpp889 ContextRAII SavedContext(*this, SemanticContext); in CheckClassTemplate() local
3230 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
3283 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
3336 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
DSemaTemplateInstantiateDecl.cpp48 Sema::ContextRAII SavedContext( in SubstQualifier() local
1755 Sema::ContextRAII SavedContext(SemaRef, Inh->getDeclContext()); in VisitCXXMethodDecl() local
DSemaDeclObjC.cpp459 Sema::ContextRAII SavedContext(TheSema, CD); in diagnoseUseOfProtocols() local
1005 ContextRAII SavedContext(*this, IDecl); in ActOnStartClassInterface() local
DSemaDecl.cpp1792 DeclContext *SavedContext = CurContext; in LazilyCreateBuiltin() local
4854 ContextRAII SavedContext(*this, DC); in HandleDeclarator() local
7493 ContextRAII SavedContext(*this, DC); in ActOnFunctionDeclarator() local
DSemaDeclAttr.cpp5625 DeclContext *SavedContext = CurContext; in DeclApplyPragmaWeak() local
DSemaDeclCXX.cpp13216 ContextRAII SavedContext(*this, DD); in MarkVTableUsed() local
DSemaExpr.cpp4297 ContextRAII SavedContext(*this, FD); in BuildCXXDefaultArgExpr() local
/external/clang/lib/Parse/
DParseExpr.cpp2193 Sema::ContextRAII SavedContext(Actions, CodeDC, /*NewThisContext=*/false); in ParseParenExpression() local
/external/clang/include/clang/Sema/
DSema.h604 DeclContext *SavedContext; variable
637 Sema::ContextRAII SavedContext; variable