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

  /external/clang/tools/libclang/
CIndexer.h 38 bool OnlyLocalDecls;
48 : OnlyLocalDecls(false), DisplayDiagnostics(false),
54 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
55 void setOnlyLocalDecls(bool Local = true) { OnlyLocalDecls = Local; }
Indexing.cpp 602 bool OnlyLocalDecls = false;
610 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls();
635 OnlyLocalDecls, CaptureDiagnostics, PrecompilePreambleAfterNParses,
    [all...]
CIndex.cpp 432 bool OnlyLocalDecls
435 if (OnlyLocalDecls)
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 118 // OnlyLocalDecls - when true, walking this AST should only visit declarations
121 bool OnlyLocalDecls;
542 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
732 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
786 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
805 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
811 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
839 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
845 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 217 OnlyLocalDecls(false), CaptureDiagnostics(false),
656 bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles,
670 AST->OnlyLocalDecls = OnlyLocalDecls;
    [all...]

Completed in 2801 milliseconds