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 114 ContentCache(const FileEntry *Ent = 0)
115 : Buffer(0, false), OrigEntry(Ent), ContentsEntry(Ent),
118 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt)
119 : Buffer(0, false), OrigEntry(Ent), ContentsEntry(contentEnt),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 540 StringMapEntry<unsigned> &Ent = SourceIdMap.GetOrCreateValue(NamePair, SrcId);
541 if (Ent.getValue() != SrcId)
542 return Ent.getValue();
    [all...]

Completed in 233 milliseconds