Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp380 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 DDeclTemplate.cpp235 if (ASTMutationListener *L = getASTMutationListener()) in addSpecializationImpl()
421 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization()
1020 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization()
H A DDecl.cpp2507 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 DDeclCXX.cpp710 if (ASTMutationListener *L = getASTMutationListener()) in addedMember()
2482 if (auto *L = getASTMutationListener()) in setOperatorDelete()
H A DDeclObjC.cpp2005 if (ASTMutationListener *L = C.getASTMutationListener()) in Create()
H A DASTContext.cpp989 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 DASTUnit.h482 ASTMutationListener *getASTMutationListener();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp226 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec()
H A DSemaDeclCXX.cpp11027 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 DSema.cpp399 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener() function in Sema
H A DSemaTemplateInstantiateDecl.cpp4070 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition()
4261 if (ASTMutationListener *L = getASTContext().getASTMutationListener()) in InstantiateVariableInitializer()
H A DSemaTemplateInstantiate.cpp2355 if (auto *L = getASTMutationListener()) in InstantiateInClassInitializer()
H A DSemaOpenMP.cpp2093 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 DSemaDeclAttr.cpp5176 if (ASTMutationListener *L = S.getASTMutationListener()) in handleObjCBoxable()
H A DSemaExpr.cpp4733 if (ASTMutationListener *L = getASTMutationListener()) { in CheckCXXDefaultArgExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp702 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 DDeclBase.h1154 ASTMutationListener *getASTMutationListener() const;
H A DASTContext.h1098 ASTMutationListener *getASTMutationListener() const { return Listener; } in getASTMutationListener() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1240 ASTMutationListener *getASTMutationListener() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp11550 if (auto *Listener = getContext().getASTMutationListener()) in FinishedDeserializing()