Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2420 Sema::ContextRAII SavedContext(*this, OwningFunc); in SubstParmVarDecl() local
2668 ContextRAII SavedContext(*this, Instantiation); in InstantiateClass() local
2916 ContextRAII SavedContext(*this, Instantiation); in InstantiateEnum() local
2989 ContextRAII SavedContext(*this, Instantiation->getParent()); in InstantiateInClassInitializer() local
H A DSemaTemplateInstantiateDecl.cpp53 Sema::ContextRAII SavedContext( in SubstQualifier() local
302 Sema::ContextRAII SavedContext(S, FD); in instantiateOMPDeclareSimdDeclAttr() local
383 Sema::ContextRAII SavedContext(S, FD); in instantiateOMPDeclareVariantAttr() local
4340 ContextRAII SavedContext(*this, FD); in InstantiateDefaultArgument() local
4633 ContextRAII SavedContext(*this, FD); in InstantiateFunctionDeclaration() local
H A DSemaTemplateDeduction.cpp2942 Sema::ContextRAII SavedContext(S, getAsDeclContextOrEnclosing(Partial)); in FinishTemplateArgumentDeduction() local
3028 Sema::ContextRAII SavedContext(S, getAsDeclContextOrEnclosing(Template)); in FinishTemplateArgumentDeduction() local
3272 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in SubstituteExplicitTemplateArguments() local
3575 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in FinishTemplateArgumentDeduction() local
4222 ContextRAII SavedContext(*this, CallingCtx); in DeduceTemplateArguments() local
H A DSemaTemplate.cpp1766 ContextRAII SavedContext(*this, SemanticContext); in CheckClassTemplate() local
5113 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
5165 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
5218 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
H A DSemaDeclObjC.cpp532 Sema::ContextRAII SavedContext(TheSema, CD); in diagnoseUseOfProtocols() local
1083 ContextRAII SavedContext(*this, IDecl); in ActOnStartClassInterface() local
H A DSemaDecl.cpp2144 DeclContext *SavedContext = CurContext; in LazilyCreateBuiltin() local
5782 ContextRAII SavedContext(*this, DC); in HandleDeclarator() local
9071 ContextRAII SavedContext(*this, DC); in ActOnFunctionDeclarator() local
14812 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction() local
H A DSemaDeclCXX.cpp12946 Sema::ContextRAII SavedContext; member
17285 ContextRAII SavedContext(*this, DD); in MarkVTableUsed() local
H A DSemaDeclAttr.cpp8510 DeclContext *SavedContext = CurContext; in DeclApplyPragmaWeak() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp2825 Sema::ContextRAII SavedContext(Actions, CodeDC, /*NewThisContext=*/false); in ParseParenExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h980 DeclContext *SavedContext; variable
1036 Sema::ContextRAII SavedContext; variable