| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 533 ASTMutationListener *Decl::getASTMutationListener() const { in getASTMutationListener() function in Decl 534 return getASTContext().getASTMutationListener(); in getASTMutationListener() 571 if (C.getASTMutationListener()) in markUsed() 572 C.getASTMutationListener()->DeclarationMarkedUsed(this); in markUsed() 2092 if (ASTMutationListener *L = DCAsDecl->getASTMutationListener()) in makeDeclVisibleInContextWithFlags()
|
| H A D | DeclTemplate.cpp | 385 if (ASTMutationListener *L = getASTMutationListener()) in addSpecializationImpl() 575 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization() 1326 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization()
|
| H A D | Decl.cpp | 2881 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 2889 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 4335 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 4345 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 4748 if (ASTMutationListener *L = getASTMutationListener()) in completeDefinition() 5271 if (ASTMutationListener *Listener = Ctx.getASTMutationListener()) in setAnonymousNamespace()
|
| H A D | DeclCXX.cpp | 809 if (ASTMutationListener *L = getASTMutationListener()) in addedMember() 2913 if (auto *L = getASTMutationListener()) in setOperatorDelete()
|
| H A D | DeclObjC.cpp | 2143 if (ASTMutationListener *L = C.getASTMutationListener()) in Create()
|
| H A D | ASTContext.cpp | 1017 if (auto *Listener = getASTMutationListener()) in mergeDefinitionIntoModule() 3525 if (ASTMutationListener *L = getASTMutationListener()) in adjustDeducedFunctionResultType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 490 ASTMutationListener *getASTMutationListener();
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 480 if (auto *Listener = getASTMutationListener()) in ActOnModuleDecl()
|
| H A D | SemaExceptionSpec.cpp | 244 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec()
|
| H A D | SemaDeclCXX.cpp | 9074 if (ASTMutationListener *L = getASTMutationListener()) in DefineDefaultedComparison() 13928 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitDefaultConstructor() 14109 if (ASTMutationListener *L = getASTMutationListener()) { in DefineInheritingConstructor() 14220 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitDestructor() 15096 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitCopyAssignment() 15486 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitMoveAssignment() 15637 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitCopyConstructor() 15769 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitMoveConstructor() 15840 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitLambdaToFunctionPointerConversion() 15892 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitLambdaToBlockPointerConversion() [all...] |
| H A D | SemaTemplateInstantiateDecl.cpp | 4672 if (ASTMutationListener *L = getASTMutationListener()) in InstantiateDefaultArgument() 5199 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() 5426 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in InstantiateVariableInitializer()
|
| H A D | SemaObjC.cpp | 2133 if (ASTMutationListener *L = SemaRef.getASTMutationListener()) in handleBoxable()
|
| H A D | Sema.cpp | 592 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener() function in Sema
|
| H A D | SemaTemplateInstantiate.cpp | 3763 if (auto *L = getASTMutationListener()) in InstantiateInClassInitializer()
|
| H A D | SemaOpenMP.cpp | 3326 if (ASTMutationListener *ML = Context.getASTMutationListener()) in CheckOMPThreadPrivateDecl() 3434 if (ASTMutationListener *ML = S.Context.getASTMutationListener()) in applyOMPAllocateAttribute() 22210 if (ASTMutationListener *ML = getASTContext().getASTMutationListener()) in ActOnOpenMPDeclareTargetName() 22318 if (ASTMutationListener *ML = getASTContext().getASTMutationListener()) in checkDeclIsAllowedInOpenMPTarget()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 766 ASTMutationListener *ASTUnit::getASTMutationListener() { in getASTMutationListener() function in ASTUnit 1034 return Unit.getASTMutationListener(); in GetASTMutationListener()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1270 ASTMutationListener *getASTMutationListener() const;
|
| H A D | ASTContext.h | 1239 ASTMutationListener *getASTMutationListener() const { return Listener; } in getASTMutationListener() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 602 ASTMutationListener *getASTMutationListener() const;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10302 if (auto *Listener = getContext().getASTMutationListener()) in FinishedDeserializing()
|