Home
last modified time | relevance | path

Searched defs:Ent (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DSourceManager.h137 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() argument
139 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache()
/external/clang/lib/Sema/
DSemaInit.cpp5715 for (const InitializedEntity *Ent = Entity.getParent(); Ent; in warnOnLifetimeExtension() local