Home
last modified time | relevance | path

Searched refs:getASTMutationListener (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp539 ASTMutationListener *Decl::getASTMutationListener() const { in getASTMutationListener() function in Decl
540 return getASTContext().getASTMutationListener(); in getASTMutationListener()
577 if (C.getASTMutationListener()) in markUsed()
578 C.getASTMutationListener()->DeclarationMarkedUsed(this); in markUsed()
2146 if (ASTMutationListener *L = DCAsDecl->getASTMutationListener()) in makeDeclVisibleInContextWithFlags()
H A DDeclTemplate.cpp434 if (ASTMutationListener *L = getASTMutationListener()) in addSpecializationImpl()
614 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization()
1374 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization()
H A DDecl.cpp2919 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 DDeclCXX.cpp816 if (ASTMutationListener *L = getASTMutationListener()) in addedMember()
3116 if (auto *L = getASTMutationListener()) in setOperatorDelete()
H A DDeclObjC.cpp2140 if (ASTMutationListener *L = C.getASTMutationListener()) in Create()
H A DASTContext.cpp1080 if (auto *Listener = getASTMutationListener(); in mergeDefinitionIntoModule()
3808 if (ASTMutationListener *L = getASTMutationListener()) in adjustDeducedFunctionResultType()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h502 ASTMutationListener *getASTMutationListener();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp483 if (auto *Listener = getASTMutationListener()) in ActOnModuleDecl()
H A DSemaExceptionSpec.cpp246 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec()
H A DSemaDeclCXX.cpp9253 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 DSemaTemplateInstantiateDecl.cpp5232 if (ASTMutationListener *L = getASTMutationListener()) in InstantiateDefaultArgument()
5858 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition()
6101 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in InstantiateVariableInitializer()
H A DSemaObjC.cpp2131 if (ASTMutationListener *L = SemaRef.getASTMutationListener()) in handleBoxable()
H A DSema.cpp655 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener() function in Sema
H A DSemaTemplateInstantiate.cpp3955 if (auto *L = getASTMutationListener()) in InstantiateInClassInitializer()
H A DSemaOpenMP.cpp3312 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/lib/Frontend/
H A DASTUnit.cpp766 ASTMutationListener *ASTUnit::getASTMutationListener() { in getASTMutationListener() function in ASTUnit
1035 return Unit.getASTMutationListener(); in GetASTMutationListener()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1281 ASTMutationListener *getASTMutationListener() const;
H A DASTContext.h1341 ASTMutationListener *getASTMutationListener() const { return Listener; } in getASTMutationListener() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h911 ASTMutationListener *getASTMutationListener() const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10927 if (auto *Listener = getContext().getASTMutationListener()) in FinishedDeserializing()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9780 {"_ZNK5clang4Decl22getASTMutationListenerEv", "clang::Decl::getASTMutationListener() const"},