Home
last modified time | relevance | path

Searched defs:GetASTMutationListener (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp77 ASTMutationListener *PCHGenerator::GetASTMutationListener() { in GetASTMutationListener() function in PCHGenerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h128 virtual ASTMutationListener *GetASTMutationListener() { return nullptr; } in GetASTMutationListener() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp340 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() { in GetASTMutationListener() function in MultiplexConsumer
H A DASTUnit.cpp986 ASTMutationListener *GetASTMutationListener() override { in GetASTMutationListener() function in __anon013d40a50411::TopLevelDeclTrackerConsumer
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h203 clang::ASTMutationListener *GetASTMutationListener() override { in GetASTMutationListener() function