OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLookupType
(Results
1 - 3
of
3
) 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; }
108
bool isNormalDir() const { return
getLookupType
() == LT_NormalDir; }
112
bool isFramework() const { return
getLookupType
() == LT_Framework; }
115
bool isHeaderMap() const { return
getLookupType
() == LT_HeaderMap; }
/external/clang/lib/Frontend/
InitHeaderSearch.cpp
555
if (SearchEntry.
getLookupType
() != CurEntry.
getLookupType
())
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
[
all
...]
Completed in 1420 milliseconds