Searched refs:Ent (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManager.h146 ContentCache(const FileEntry *Ent = nullptr)
147 : Buffer(nullptr, false), OrigEntry(Ent), ContentsEntry(Ent),
153 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) argument
154 : Buffer(nullptr, false), OrigEntry(Ent), ContentsEntry(contentEnt),
/external/llvm/lib/MC/
H A DMCDwarf.cpp366 StringMapEntry<unsigned> &Ent = SourceIdMap.GetOrCreateValue( local
368 if (Ent.getValue() != FileNumber)
369 return Ent.getValue();
/external/clang/lib/Sema/
H A DSemaInit.cpp5618 for (const InitializedEntity *Ent = Entity.getParent(); Ent;
5619 Ent = Ent->getParent()) {
5620 if (Ent->getKind() != InitializedEntity::EK_Base) {

Completed in 355 milliseconds