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 626 bool OnlyLocalDecls = false;
633 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls();
653 OnlyLocalDecls,
    [all...]
CIndex.cpp 428 bool OnlyLocalDecls
431 if (OnlyLocalDecls)
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 116 // OnlyLocalDecls - when true, walking this AST should only visit declarations
119 bool OnlyLocalDecls;
527 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
714 bool OnlyLocalDecls = false,
762 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
777 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
781 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
803 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
808 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
    [all...]

Completed in 388 milliseconds