Searched defs:getLookupType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DDirectoryLookup.h85 /// getLookupType - Return the kind of directory lookup that this is: either a
87 LookupType_t getLookupType() const { return (LookupType_t)LookupType; } function in class:clang::DirectoryLookup
112 bool isNormalDir() const { return getLookupType() == LT_NormalDir; }
116 bool isFramework() const { return getLookupType() == LT_Framework; }
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }

Completed in 381 milliseconds