/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 2916 ContextRAII SavedContext(*this, Instantiation); in InstantiateEnum() local 2989 ContextRAII SavedContext(*this, Instantiation->getParent()); in InstantiateInClassInitializer() 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 | 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 | 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 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 | SemaDeclCXX.cpp | 12946 Sema::ContextRAII SavedContext; member 17285 ContextRAII SavedContext(*this, DD); in MarkVTableUsed() local
|
H A D | SemaDeclAttr.cpp | 8510 DeclContext *SavedContext = CurContext; in DeclApplyPragmaWeak() local
|
/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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 980 DeclContext *SavedContext; variable 1036 Sema::ContextRAII SavedContext; variable
|