| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclBase.cpp | 380 ASTMutationListener *Decl::getASTMutationListener() const { in getASTMutationListener() function in Decl 381 return getASTContext().getASTMutationListener(); in getASTMutationListener() 416 if (C.getASTMutationListener()) in markUsed() 417 C.getASTMutationListener()->DeclarationMarkedUsed(this); in markUsed() 1838 if (ASTMutationListener *L = DCAsDecl->getASTMutationListener()) in makeDeclVisibleInContextWithFlags()
|
| H A D | DeclTemplate.cpp | 235 if (ASTMutationListener *L = getASTMutationListener()) in addSpecializationImpl() 421 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization() 1020 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization()
|
| H A D | Decl.cpp | 2507 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 2517 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 3585 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 3595 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in setTemplateSpecializationKind() 3896 if (ASTMutationListener *L = getASTMutationListener()) in completeDefinition()
|
| H A D | DeclCXX.cpp | 710 if (ASTMutationListener *L = getASTMutationListener()) in addedMember() 2482 if (auto *L = getASTMutationListener()) in setOperatorDelete()
|
| H A D | DeclObjC.cpp | 2005 if (ASTMutationListener *L = C.getASTMutationListener()) in Create()
|
| H A D | ASTContext.cpp | 989 if (auto *Listener = getASTMutationListener()) in mergeDefinitionIntoModule() 2751 if (ASTMutationListener *L = getASTMutationListener()) in adjustDeducedFunctionResultType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 482 ASTMutationListener *getASTMutationListener();
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 226 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec()
|
| H A D | SemaDeclCXX.cpp | 11027 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitDefaultConstructor() 11203 if (ASTMutationListener *L = getASTMutationListener()) { in DefineInheritingConstructor() 11308 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitDestructor() 12121 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitCopyAssignment() 12490 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitMoveAssignment() 12626 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitCopyConstructor() 12749 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitMoveConstructor() 12808 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitLambdaToFunctionPointerConversion() 12863 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitLambdaToBlockPointerConversion()
|
| H A D | Sema.cpp | 399 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener() function in Sema
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4070 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() 4261 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in InstantiateVariableInitializer()
|
| H A D | SemaTemplateInstantiate.cpp | 2355 if (auto *L = getASTMutationListener()) in InstantiateInClassInitializer()
|
| H A D | SemaOpenMP.cpp | 2093 if (ASTMutationListener *ML = Context.getASTMutationListener()) in CheckOMPThreadPrivateDecl() 13648 if (ASTMutationListener *ML = Context.getASTMutationListener()) in ActOnOpenMPDeclareTargetName() 13723 if (ASTMutationListener *ML = Context.getASTMutationListener()) in checkDeclIsAllowedInOpenMPTarget()
|
| H A D | SemaDeclAttr.cpp | 5176 if (ASTMutationListener *L = S.getASTMutationListener()) in handleObjCBoxable()
|
| H A D | SemaExpr.cpp | 4733 if (ASTMutationListener *L = getASTMutationListener()) { in CheckCXXDefaultArgExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 702 ASTMutationListener *ASTUnit::getASTMutationListener() { in getASTMutationListener() function in ASTUnit 965 return Unit.getASTMutationListener(); in GetASTMutationListener()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1154 ASTMutationListener *getASTMutationListener() const;
|
| H A D | ASTContext.h | 1098 ASTMutationListener *getASTMutationListener() const { return Listener; } in getASTMutationListener() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 1240 ASTMutationListener *getASTMutationListener() const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11550 if (auto *Listener = getContext().getASTMutationListener()) in FinishedDeserializing()
|