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

  /external/clang/lib/Serialization/
GeneratePCH.cpp 67 ASTMutationListener *PCHGenerator::GetASTMutationListener() {
  /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/Frontend/
MultiplexConsumer.cpp 214 if (auto *mutationListener = Consumer->GetASTMutationListener())
314 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() {
ChainedIncludesSource.cpp 166 consumer->GetASTMutationListener());
FrontendAction.cpp 325 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
CompilerInstance.cpp     [all...]
ASTUnit.cpp 619 ASTMutationListener *ASTUnit::getASTMutationListener() {
864 ASTMutationListener *GetASTMutationListener() override {
865 return Unit.getASTMutationListener();
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp 301 ASTMutationListener *Sema::getASTMutationListener() const {
302 return getASTConsumer().GetASTMutationListener();
    [all...]

Completed in 286 milliseconds