Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp92 ASTMutationListener *PCHGenerator::GetASTMutationListener() { in GetASTMutationListener() function in PCHGenerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h129 virtual ASTMutationListener *GetASTMutationListener() { return nullptr; } in GetASTMutationListener() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp387 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() { in GetASTMutationListener() function in MultiplexConsumer
H A DASTUnit.cpp1034 ASTMutationListener *GetASTMutationListener() override { in GetASTMutationListener() function in __anone37b80710411::TopLevelDeclTrackerConsumer
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h244 clang::ASTMutationListener *GetASTMutationListener() override { in GetASTMutationListener() function