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

  /external/clang/include/clang/Basic/
SourceManager.h 146 ContentCache(const FileEntry *Ent = nullptr)
147 : Buffer(nullptr, false), OrigEntry(Ent), ContentsEntry(Ent),
153 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt)
154 : Buffer(nullptr, false), OrigEntry(Ent), ContentsEntry(contentEnt),
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 366 StringMapEntry<unsigned> &Ent = SourceIdMap.GetOrCreateValue(
368 if (Ent.getValue() != FileNumber)
369 return Ent.getValue();
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 189 milliseconds