Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp83 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/Interpreter/
H A DIncrementalParser.cpp94 ASTMutationListener *GetASTMutationListener() override final { in GetASTMutationListener() function in clang::IncrementalASTConsumer
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp375 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() { in GetASTMutationListener() function in MultiplexConsumer
H A DASTUnit.cpp1033 ASTMutationListener *GetASTMutationListener() override { in GetASTMutationListener() function in __anone37b80710411::TopLevelDeclTrackerConsumer
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h210 clang::ASTMutationListener *GetASTMutationListener() override { in GetASTMutationListener() function