Searched defs:IsExplicit (Results 1 – 5 of 5) sorted by relevance
46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; } in IsExplicit() function
142 unsigned IsExplicit : 1; variable
28 const FileEntry *File, bool IsFramework, bool IsExplicit) in Module()
540 bool IsExplicit) { in findOrCreateModule()
4242 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local