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

  /external/clang/include/clang/Basic/
SourceManager.h 136 ContentCache(const FileEntry *Ent = 0)
137 : Buffer(0, false), OrigEntry(Ent), ContentsEntry(Ent),
141 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt)
142 : Buffer(0, false), OrigEntry(Ent), ContentsEntry(contentEnt),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 652 StringMapEntry<unsigned> &Ent = SourceIdMap.GetOrCreateValue(NamePair, SrcId);
653 if (Ent.getValue() != SrcId)
654 return Ent.getValue();
    [all...]

Completed in 28 milliseconds