/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 2859 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 D | SemaTemplateDeduction.cpp | 2910 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 D | SemaTemplateInstantiateDecl.cpp | 56 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 D | SemaConcept.cpp | 630 ContextRAII SavedContext{*this, CtxToSave}; in CheckFunctionConstraints() local
|
H A D | SemaTemplate.cpp | 1865 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 D | SemaDeclObjC.cpp | 532 Sema::ContextRAII SavedContext(TheSema, CD); in diagnoseUseOfProtocols() local 1091 ContextRAII SavedContext(*this, IDecl); in ActOnStartClassInterface() local
|
H A D | SemaDecl.cpp | 2471 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 D | SemaDeclCXX.cpp | 13437 Sema::ContextRAII SavedContext; member 17972 ContextRAII SavedContext(*this, DD); in MarkVTableUsed() local
|
H A D | SemaDeclAttr.cpp | 9551 DeclContext *SavedContext = CurContext; in DeclApplyPragmaWeak() local
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2932 Sema::ContextRAII SavedContext(Actions, CodeDC, /*NewThisContext=*/false); in ParseParenExpression() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 995 DeclContext *SavedContext; variable 1051 Sema::ContextRAII SavedContext; variable
|