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

  /external/clang/lib/AST/
DeclTemplate.cpp 245 if (ASTMutationListener *L = getASTMutationListener())
336 if (ASTMutationListener *L = getASTMutationListener())
360 if (ASTMutationListener *L = getASTMutationListener())
    [all...]
DeclBase.cpp 252 ASTMutationListener *Decl::getASTMutationListener() const {
253 return getASTContext().getASTMutationListener();
    [all...]
DeclObjC.cpp     [all...]
DeclCXX.cpp 534 if (ASTMutationListener *L = getASTMutationListener())
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 869 ASTMutationListener *getASTMutationListener() const;
    [all...]
ASTContext.h 608 ASTMutationListener *getASTMutationListener() const { return Listener; }
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 228 ASTMutationListener *Sema::getASTMutationListener() const {
229 return getASTConsumer().GetASTMutationListener();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaObjCProperty.cpp 281 if (ASTMutationListener *L = Context.getASTMutationListener())
370 if (ASTMutationListener *L = Context.getASTMutationListener())
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 786 ASTMutationListener *getASTMutationListener() const;
    [all...]

Completed in 52 milliseconds