| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2420 Sema::ContextRAII SavedContext(*this, OwningFunc); in SubstParmVarDecl() local 2668 ContextRAII SavedContext(*this, Instantiation); in InstantiateClass() local 2850 SavedContext.pop(); in InstantiateClass() 2916 ContextRAII SavedContext(*this, Instantiation); in InstantiateEnum() local 2929 SavedContext.pop(); in InstantiateEnum() 2989 ContextRAII SavedContext(*this, Instantiation->getParent()); in InstantiateInClassInitializer() local
|
| H A D | SemaTemplateDeduction.cpp | 2942 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 D | SemaTemplateInstantiateDecl.cpp | 53 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 D | SemaTemplate.cpp | 1766 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 D | SemaDeclObjC.cpp | 532 Sema::ContextRAII SavedContext(TheSema, CD); in diagnoseUseOfProtocols() local 1083 ContextRAII SavedContext(*this, IDecl); in ActOnStartClassInterface() local
|
| H A D | SemaDecl.cpp | 2144 DeclContext *SavedContext = CurContext; in LazilyCreateBuiltin() local 2147 CurContext = SavedContext; in LazilyCreateBuiltin() 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 D | TreeTransform.h | 12227 Sema::ContextRAII SavedContext(getSema(), Body, /*NewThisContext*/false); in TransformRequiresExpr() 12768 Sema::ContextRAII SavedContext(getSema(), NewCallOperator, in TransformLambdaExpr() 12913 SavedContext.pop(); in TransformLambdaExpr() 12925 SavedContext.pop(); in TransformLambdaExpr()
|
| H A D | SemaDeclAttr.cpp | 8510 DeclContext *SavedContext = CurContext; in DeclApplyPragmaWeak() local 8515 CurContext = SavedContext; in DeclApplyPragmaWeak()
|
| H A D | SemaDeclCXX.cpp | 12946 Sema::ContextRAII SavedContext; member 12950 : S(S), D(RD, CSM), SavedContext(S, RD) { in DeclaringSpecialMember() 17285 ContextRAII SavedContext(*this, DD); in MarkVTableUsed() local
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 980 DeclContext *SavedContext; variable 988 : S(S), SavedContext(S.CurContext), in S() 1004 if (!SavedContext) return; in pop() 1005 S.CurContext = SavedContext; in pop() 1010 SavedContext = nullptr; in pop() 1036 Sema::ContextRAII SavedContext; variable 1041 : S(S), SavedContext(S, DC) { in SynthesizedFunctionScope()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2825 Sema::ContextRAII SavedContext(Actions, CodeDC, /*NewThisContext=*/false); in ParseParenExpression() local
|