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

  /external/clang/include/clang/Lex/
DirectoryLookup.h 85 /// getLookupType - Return the kind of directory lookup that this is: either a
87 LookupType_t getLookupType() const { return (LookupType_t)LookupType; }
112 bool isNormalDir() const { return getLookupType() == LT_NormalDir; }
116 bool isFramework() const { return getLookupType() == LT_Framework; }
119 bool isHeaderMap() const { return getLookupType() == LT_HeaderMap; }
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 578 if (SearchEntry.getLookupType() != CurEntry.getLookupType())
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java     [all...]
ContactAggregator2.java 651 int nameTypeA = builder.getLookupType(name);
    [all...]

Completed in 98 milliseconds