Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2859 ContextRAII SavedContext(*this, FD); in SubstDefaultArgument() local
3099 ContextRAII SavedContext(*this, Instantiation); in InstantiateClass() local
3348 ContextRAII SavedContext(*this, Instantiation); in InstantiateEnum() local
3421 ContextRAII SavedContext(*this, Instantiation->getParent()); in InstantiateInClassInitializer() local
H A DSemaTemplateDeduction.cpp2910 Sema::ContextRAII SavedContext(S, getAsDeclContextOrEnclosing(Partial)); in FinishTemplateArgumentDeduction() local
3003 Sema::ContextRAII SavedContext(S, getAsDeclContextOrEnclosing(Template)); in FinishTemplateArgumentDeduction() local
3253 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in SubstituteExplicitTemplateArguments() local
3556 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); in FinishTemplateArgumentDeduction() local
4211 ContextRAII SavedContext(*this, CallingCtx); in DeduceTemplateArguments() local
H A DSemaTemplateInstantiateDecl.cpp56 Sema::ContextRAII SavedContext( in SubstQualifier() local
327 Sema::ContextRAII SavedContext(S, FD); in instantiateOMPDeclareSimdDeclAttr() local
408 Sema::ContextRAII SavedContext(S, FD); in instantiateOMPDeclareVariantAttr() local
4777 ContextRAII SavedContext(*this, FD); in InstantiateFunctionDeclaration() local
H A DSemaConcept.cpp630 ContextRAII SavedContext{*this, CtxToSave}; in CheckFunctionConstraints() local
H A DSemaTemplate.cpp1865 ContextRAII SavedContext(*this, SemanticContext); in CheckClassTemplate() local
5301 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext(), in SubstDefaultTemplateArgument() local
5350 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
5399 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); in SubstDefaultTemplateArgument() local
H A DSemaDeclObjC.cpp532 Sema::ContextRAII SavedContext(TheSema, CD); in diagnoseUseOfProtocols() local
1091 ContextRAII SavedContext(*this, IDecl); in ActOnStartClassInterface() local
H A DSemaDecl.cpp2471 DeclContext *SavedContext = CurContext; in LazilyCreateBuiltin() local
6298 ContextRAII SavedContext(*this, DC); in HandleDeclarator() local
9721 ContextRAII SavedContext(*this, DC); in ActOnFunctionDeclarator() local
15875 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction() local
H A DSemaDeclCXX.cpp13437 Sema::ContextRAII SavedContext; member
17972 ContextRAII SavedContext(*this, DD); in MarkVTableUsed() local
H A DSemaDeclAttr.cpp9551 DeclContext *SavedContext = CurContext; in DeclApplyPragmaWeak() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp2932 Sema::ContextRAII SavedContext(Actions, CodeDC, /*NewThisContext=*/false); in ParseParenExpression() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h995 DeclContext *SavedContext; variable
1051 Sema::ContextRAII SavedContext; variable