HomeSort by relevance Sort by last modified time
    Searched refs:GetASTMutationListener (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
ASTConsumer.h 137 virtual ASTMutationListener *GetASTMutationListener() { return nullptr; }
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 53 ASTMutationListener *GetASTMutationListener() override;
  /external/clang/lib/Serialization/
GeneratePCH.cpp 59 ASTMutationListener *PCHGenerator::GetASTMutationListener() {
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 239 if (auto *mutationListener = Consumer->GetASTMutationListener())
339 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() {
ChainedIncludesSource.cpp 169 consumer->GetASTMutationListener());
FrontendAction.cpp 325 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
CompilerInstance.cpp     [all...]
ASTUnit.cpp 621 ASTMutationListener *ASTUnit::getASTMutationListener() {
868 ASTMutationListener *GetASTMutationListener() override {
869 return Unit.getASTMutationListener();
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp 318 ASTMutationListener *Sema::getASTMutationListener() const {
319 return getASTConsumer().GetASTMutationListener();
    [all...]

Completed in 138 milliseconds