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

  /external/clang/lib/AST/
DeclTemplate.cpp 277 if (ASTMutationListener *L = getASTMutationListener())
368 if (ASTMutationListener *L = getASTMutationListener())
390 if (ASTMutationListener *L = getASTMutationListener())
    [all...]
DeclBase.cpp 277 ASTMutationListener *Decl::getASTMutationListener() const {
278 return getASTContext().getASTMutationListener();
309 if (C.getASTMutationListener())
310 C.getASTMutationListener()->DeclarationMarkedUsed(this);
    [all...]
DeclCXX.cpp 475 if (ASTMutationListener *L = getASTMutationListener())
    [all...]
DeclObjC.cpp     [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 519 ASTMutationListener *getASTMutationListener();
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
ASTContext.h 833 ASTMutationListener *getASTMutationListener() const { return Listener; }
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 150 if (auto *Listener = getASTMutationListener())
    [all...]
SemaObjCProperty.cpp 395 if (ASTMutationListener *L = Context.getASTMutationListener())
515 if (ASTMutationListener *L = Context.getASTMutationListener())
    [all...]
Sema.cpp 271 ASTMutationListener *Sema::getASTMutationListener() const {
272 return getASTConsumer().GetASTMutationListener();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 629 ASTMutationListener *ASTUnit::getASTMutationListener() {
881 ASTMutationListener *GetASTMutationListener() override {
882 return Unit.getASTMutationListener();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 278 milliseconds