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

  /external/clang/lib/Sema/
Sema.cpp 223 ASTMutationListener *Sema::getASTMutationListener() const {
224 return getASTConsumer().GetASTMutationListener();
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 227 ASTMutationListener *Decl::getASTMutationListener() const {
228 return getASTContext().getASTMutationListener();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 536 ASTMutationListener *getASTMutationListener() const { return Listener; }
    [all...]

Completed in 355 milliseconds