Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2961 Sema::ContextRAII SavedContext(S, getAsDeclContextOrEnclosing(Partial)); FinishTemplateArgumentDeduction() local
3054 Sema::ContextRAII SavedContext(S, getAsDeclContextOrEnclosing(Template)); FinishTemplateArgumentDeduction() local
3304 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); SubstituteExplicitTemplateArguments() local
3656 ContextRAII SavedContext(*this, FunctionTemplate->getTemplatedDecl()); FinishTemplateArgumentDeduction() local
4392 ContextRAII SavedContext(*this, CallingCtx); DeduceTemplateArguments() local
H A DSemaTemplateInstantiate.cpp3050 ContextRAII SavedContext(*this, FD); SubstDefaultArgument() local
3290 ContextRAII SavedContext(*this, Instantiation); InstantiateClass() local
3539 ContextRAII SavedContext(*this, Instantiation); InstantiateEnum() local
3612 ContextRAII SavedContext(*this, Instantiation->getParent()); InstantiateInClassInitializer() local
H A DSemaTemplateInstantiateDecl.cpp57 Sema::ContextRAII SavedContext( SubstQualifier() local
339 Sema::ContextRAII SavedContext(S, FD); instantiateOMPDeclareSimdDeclAttr() local
420 Sema::ContextRAII SavedContext(S, FD); instantiateOMPDeclareVariantAttr() local
4870 ContextRAII SavedContext(*this, FD); InstantiateFunctionDeclaration() local
H A DSemaTemplate.cpp1910 ContextRAII SavedContext(*this, SemanticContext); CheckClassTemplate() local
2715 ContextRAII SavedContext(*this, Pattern->getTemplatedDecl()); DeclareImplicitDeductionGuideFromInitList() local
2764 ContextRAII SavedContext(*this, Pattern->getTemplatedDecl()); DeclareImplicitDeductionGuides() local
5478 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext(), SubstDefaultTemplateArgument() local
5527 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); SubstDefaultTemplateArgument() local
5576 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext()); SubstDefaultTemplateArgument() local
H A DSemaConcept.cpp708 ContextRAII SavedContext{*this, CtxToSave}; CheckFunctionConstraints() local
H A DSemaDeclObjC.cpp532 Sema::ContextRAII SavedContext(TheSema, CD); diagnoseUseOfProtocols() local
1091 ContextRAII SavedContext(*this, IDecl); ActOnStartClassInterface() local
H A DSemaDecl.cpp2523 DeclContext *SavedContext = CurContext; LazilyCreateBuiltin() local
6435 ContextRAII SavedContext(*this, DC); HandleDeclarator() local
9960 ContextRAII SavedContext(*this, DC); ActOnFunctionDeclarator() local
16473 ContextRAII SavedContext(*this, ContextScope->getEntity()); ImplicitlyDefineFunction() local
H A DSemaDeclCXX.cpp13876 Sema::ContextRAII SavedContext; global() member
18669 ContextRAII SavedContext(*this, DD); MarkVTableUsed() local
H A DSemaDeclAttr.cpp10053 DeclContext *SavedContext = CurContext; DeclApplyPragmaWeak() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3013 Sema::ContextRAII SavedContext(Actions, CodeDC, /*NewThisContext=*/false); ParseParenExpression() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1036 DeclContext *SavedContext; global() variable
1078 Sema::ContextRAII SavedContext; global() variable