| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 92 class MultiplexASTMutationListener : public ASTMutationListener { 95 MultiplexASTMutationListener(ArrayRef<ASTMutationListener*> L); 133 std::vector<ASTMutationListener*> Listeners; 137 ArrayRef<ASTMutationListener*> L) in MultiplexASTMutationListener() 233 for (ASTMutationListener *L : Listeners) in DeclarationMarkedOpenMPAllocate() 282 std::vector<ASTMutationListener *> mutationListeners; in MultiplexConsumer() 387 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() { in GetASTMutationListener()
|
| H A D | ASTUnit.cpp | 766 ASTMutationListener *ASTUnit::getASTMutationListener() { in getASTMutationListener() 1034 ASTMutationListener *GetASTMutationListener() override { in GetASTMutationListener()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConsumer.h | 22 class ASTMutationListener; variable 129 virtual ASTMutationListener *GetASTMutationListener() { return nullptr; } in GetASTMutationListener()
|
| H A D | ASTMutationListener.h | 48 class ASTMutationListener { 50 virtual ~ASTMutationListener();
|
| H A D | ASTContext.h | 59 class ASTMutationListener; variable 738 ASTMutationListener *Listener = nullptr; 1335 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener() 1341 ASTMutationListener *getASTMutationListener() const { return Listener; } in getASTMutationListener()
|
| H A D | DeclBase.h | 46 class ASTMutationListener; variable 1281 ASTMutationListener *getASTMutationListener() const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | MultiplexConsumer.h | 75 ASTMutationListener *GetASTMutationListener() override;
|
| H A D | ASTUnit.h | 63 class ASTMutationListener; variable 502 ASTMutationListener *getASTMutationListener();
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 92 ASTMutationListener *PCHGenerator::GetASTMutationListener() { in GetASTMutationListener()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 96 public ASTMutationListener { 1012 ASTMutationListener *GetASTMutationListener() override;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 434 if (ASTMutationListener *L = getASTMutationListener()) in addSpecializationImpl() 614 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization() 1374 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization()
|
| H A D | Decl.cpp | 2919 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 2927 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 4429 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 4440 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 4859 if (ASTMutationListener *L = getASTMutationListener()) in completeDefinition() 5379 if (ASTMutationListener *Listener = Ctx.getASTMutationListener()) in setAnonymousNamespace()
|
| H A D | DeclBase.cpp | 539 ASTMutationListener *Decl::getASTMutationListener() const { in getASTMutationListener() 2146 if (ASTMutationListener *L = DCAsDecl->getASTMutationListener()) in makeDeclVisibleInContextWithFlags()
|
| H A D | DeclObjC.cpp | 2140 if (ASTMutationListener *L = C.getASTMutationListener()) in Create()
|
| H A D | DeclCXX.cpp | 816 if (ASTMutationListener *L = getASTMutationListener()) in addedMember()
|
| H A D | ASTContext.cpp | 3808 if (ASTMutationListener *L = getASTMutationListener()) in adjustDeducedFunctionResultType() 12268 ASTMutationListener::~ASTMutationListener() = default; 12270 void ASTMutationListener::DeducedReturnType(const FunctionDecl *FD, in DeducedReturnType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 244 clang::ASTMutationListener *GetASTMutationListener() override { in GetASTMutationListener()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 9253 if (ASTMutationListener *L = getASTMutationListener()) in DefineDefaultedComparison() 14219 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitDefaultConstructor() 14400 if (ASTMutationListener *L = getASTMutationListener()) { in DefineInheritingConstructor() 14511 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitDestructor() 15385 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitCopyAssignment() 15777 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitMoveAssignment() 15927 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitCopyConstructor() 16058 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitMoveConstructor() 16129 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitLambdaToFunctionPointerConversion() 16181 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitLambdaToBlockPointerConversion()
|
| H A D | SemaObjC.cpp | 2131 if (ASTMutationListener *L = SemaRef.getASTMutationListener()) in handleBoxable()
|
| H A D | Sema.cpp | 655 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5232 if (ASTMutationListener *L = getASTMutationListener()) in InstantiateDefaultArgument() 6101 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in InstantiateVariableInitializer()
|
| H A D | SemaOpenMP.cpp | 3312 if (ASTMutationListener *ML = Context.getASTMutationListener()) in CheckOMPThreadPrivateDecl() 3420 if (ASTMutationListener *ML = S.Context.getASTMutationListener()) in applyOMPAllocateAttribute() 23123 if (ASTMutationListener *ML = getASTContext().getASTMutationListener()) in ActOnOpenMPDeclareTargetName() 23231 if (ASTMutationListener *ML = getASTContext().getASTMutationListener()) in checkDeclIsAllowedInOpenMPTarget()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 121 class ASTMutationListener; variable 911 ASTMutationListener *getASTMutationListener() const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 1171 …tiplexASTMutationListener(std::vector<clang::ASTMutationListener*, std::allocator<clang::ASTMutati… 1172 …tiplexASTMutationListener(std::vector<clang::ASTMutationListener*, std::allocator<clang::ASTMutati… 1199 …ASTMutationListener*, std::allocator<clang::ASTMutationListener*>>::_M_insert_aux(__gnu_cxx::__nor… 8965 {"_ZN5clang19ASTMutationListenerD0Ev", "clang::ASTMutationListener::~ASTMutationListener()"}, 8966 {"_ZN5clang19ASTMutationListenerD1Ev", "clang::ASTMutationListener::~ASTMutationListener()"}, 8967 {"_ZN5clang19ASTMutationListenerD2Ev", "clang::ASTMutationListener::~ASTMutationListener()"}, 9026 …TMutationListener22CompletedTagDefinitionEPKNS_7TagDeclE", "clang::ASTMutationListener::CompletedT… 9027 …istener16AddedVisibleDeclEPKNS_11DeclContextEPKNS_4DeclE", "clang::ASTMutationListener::AddedVisib… 9028 …2AddedCXXImplicitMemberEPKNS_13CXXRecordDeclEPKNS_4DeclE", "clang::ASTMutationListener::AddedCXXIm… 9029 …lassTemplateDeclEPKNS_31ClassTemplateSpecializationDeclE", "clang::ASTMutationListener::AddedCXXTe… [all …]
|