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

  /external/clang/include/clang/AST/
ASTConsumer.h 98 virtual ASTMutationListener *GetASTMutationListener() { return 0; }
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 42 virtual ASTMutationListener *GetASTMutationListener();
  /external/clang/lib/Serialization/
GeneratePCH.cpp 64 ASTMutationListener *PCHGenerator::GetASTMutationListener() {
ChainedIncludesSource.cpp 111 consumer->GetASTMutationListener());
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 159 Consumers[i]->GetASTMutationListener();
217 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() {
FrontendAction.cpp 215 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
CompilerInstance.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 656 virtual ASTMutationListener *GetASTMutationListener();
  /external/clang/lib/Sema/
Sema.cpp 223 ASTMutationListener *Sema::getASTMutationListener() const {
224 return getASTConsumer().GetASTMutationListener();
    [all...]

Completed in 377 milliseconds