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

1 2 3

  /external/clang/lib/AST/
DeclTemplate.cpp 195 if (ASTMutationListener *L = getASTMutationListener())
406 if (ASTMutationListener *L = getASTMutationListener())
    [all...]
DeclCXX.cpp 496 if (ASTMutationListener *L = getASTMutationListener())
    [all...]
DeclBase.cpp 327 ASTMutationListener *Decl::getASTMutationListener() const {
328 return getASTContext().getASTMutationListener();
363 if (C.getASTMutationListener())
364 C.getASTMutationListener()->DeclarationMarkedUsed(this);
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 534 ASTMutationListener *getASTMutationListener();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 530 ASTMutationListener *getASTMutationListener();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 530 ASTMutationListener *getASTMutationListener();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 530 ASTMutationListener *getASTMutationListener();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 530 ASTMutationListener *getASTMutationListener();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 530 ASTMutationListener *getASTMutationListener();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 530 ASTMutationListener *getASTMutationListener();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 530 ASTMutationListener *getASTMutationListener();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 530 ASTMutationListener *getASTMutationListener();
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 184 if (auto *Listener = getASTMutationListener())
    [all...]
Sema.cpp 317 ASTMutationListener *Sema::getASTMutationListener() const {
318 return getASTConsumer().GetASTMutationListener();
    [all...]
SemaOpenMP.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 621 ASTMutationListener *ASTUnit::getASTMutationListener() {
868 ASTMutationListener *GetASTMutationListener() override {
869 return Unit.getASTMutationListener();
    [all...]

Completed in 379 milliseconds

1 2 3