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 96 // OnlyLocalDecls - when true, walking this AST should only visit declarations
99 bool OnlyLocalDecls;
481 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
670 bool OnlyLocalDecls = false,
721 bool OnlyLocalDecls = false,
738 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
742 bool OnlyLocalDecls = false,
766 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
772 bool OnlyLocalDecls = false,
    [all...]

Completed in 29 milliseconds