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

  /external/clang/tools/libclang/
CIndexer.h 36 bool OnlyLocalDecls;
43 CIndexer() : OnlyLocalDecls(false), DisplayDiagnostics(false),
49 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
50 void setOnlyLocalDecls(bool Local = true) { OnlyLocalDecls = Local; }
Indexing.cpp 637 bool OnlyLocalDecls = false;
644 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls();
664 OnlyLocalDecls,
    [all...]
CIndex.cpp 409 bool OnlyLocalDecls
412 if (OnlyLocalDecls)
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 97 // OnlyLocalDecls - when true, walking this AST should only visit declarations
100 bool OnlyLocalDecls;
483 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
672 bool OnlyLocalDecls = false,
723 bool OnlyLocalDecls = false,
740 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
744 bool OnlyLocalDecls = false,
768 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
774 bool OnlyLocalDecls = false,
    [all...]

Completed in 436 milliseconds