HomeSort by relevance Sort by last modified time
    Searched refs:getLookupType (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
DirectoryLookup.h 80 /// getLookupType - Return the kind of directory lookup that this is: either a
82 LookupType_t getLookupType() const { return (LookupType_t)LookupType; }
103 bool isNormalDir() const { return getLookupType() == LT_NormalDir; }
107 bool isFramework() const { return getLookupType() == LT_Framework; }
110 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 549 if (SearchEntry.getLookupType() != CurEntry.getLookupType())
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]

Completed in 69 milliseconds