HomeSort by relevance Sort by last modified time
    Searched defs:getASTMutationListener (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
Sema.cpp 225 ASTMutationListener *Sema::getASTMutationListener() const {
226 return getASTConsumer().GetASTMutationListener();
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 266 ASTMutationListener *Decl::getASTMutationListener() const {
267 return getASTContext().getASTMutationListener();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 642 ASTMutationListener *ASTUnit::getASTMutationListener() {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 802 ASTMutationListener *getASTMutationListener() const { return Listener; }
    [all...]

Completed in 461 milliseconds