OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLookupType
(Results
1 - 2
of
2
) 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; }
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java
[
all
...]
Completed in 71 milliseconds