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

  /external/clang/lib/Index/
Indexer.cpp 1 //===--- Indexer.cpp - IndexProvider implementation -------------*- C++ -*-===//
14 #include "clang/Index/Indexer.h"
27 Indexer::MapTy ⤅
28 Indexer::DefMapTy &DefMap;
31 EntityIndexer(TranslationUnit *tu, Indexer::MapTy &map,
32 Indexer::DefMapTy &defmap)
50 Indexer::SelMapTy ⤅
53 SelectorIndexer(Program &prog, TranslationUnit *tu, Indexer::SelMapTy &map)
69 void Indexer::IndexAST(TranslationUnit *TU) {
80 void Indexer::GetTranslationUnitsFor(Entity Ent
    [all...]
Android.mk 28 Indexer.cpp \
  /external/clang/include/clang/Index/
Indexer.h 1 //===--- Indexer.h - IndexProvider implementation ---------------*- C++ -*-===//
33 class Indexer : public IndexProvider {
41 explicit Indexer(Program &prog) :
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 26 class Indexer;
51 /// not own the Indexer.
52 idx::Indexer *Idxer;
84 idx::Indexer *idxer,
118 idx::Indexer *getIndexer() const { return Idxer; }
  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 12 #include "clang/Index/Indexer.h"
23 idx::Indexer *idxer,
  /external/clang/examples/wpa/
clang-wpa.cpp 26 #include "clang/Index/Indexer.h"
87 Indexer Idxer(Prog);
120 // Feed all ASTUnits to the Indexer.
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 101 // This class is parameterized on the Indexer traits type, which
105 template<typename Indexer>
110 typename Index<Indexer>::Set* index)
114 if (Indexer::ShouldInclude(entry_)) {
121 if (Indexer::ShouldInclude(entry_)) {
129 typename Index<Indexer>::Set* const index_;
133 template<typename Indexer>
135 typename Index<Indexer>::Set* index) {
136 if (Indexer::ShouldInclude(entry)) {
    [all...]
syncable.h 567 // index, the traits are grouped into a class called an Indexer which
616 // Given an Indexer providing the semantics of an index, defines the
618 template <typename Indexer>
620 typedef std::set<EntryKernel*, typename Indexer::Comparator> Set;
    [all...]

Completed in 3779 milliseconds