Searched refs:getLookupType (Results 1 – 4 of 4) sorted by relevance
82 LookupType_t getLookupType() const { return (LookupType_t)LookupType; } in getLookupType() function115 bool isNormalDir() const { return getLookupType() == LT_NormalDir; } in isNormalDir()119 bool isFramework() const { return getLookupType() == LT_Framework; } in isFramework()122 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; } in isHeaderMap()
527 if (SearchEntry.getLookupType() != CurEntry.getLookupType()) in RemoveDuplicates()
325 switch (DL.getLookupType()) { in add()
10001 switch (IncludeDir.getLookupType()) { in CodeCompleteIncludedFile()