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

  /external/clang/lib/Sema/
SemaExprCXX.cpp 106 QualType SearchType;
115 SearchType = GetTypeFromParser(ObjectTypePtr);
158 LookupCtx = computeDeclContext(SearchType);
159 isDependent = SearchType->isDependentType();
174 LookupCtx = computeDeclContext(SearchType);
175 isDependent = SearchType->isDependentType();
176 assert((isDependent || !SearchType->isIncompleteType()) &&
206 if (SearchType.isNull() || SearchType->isDependentType() ||
207 Context.hasSameUnqualifiedType(T, SearchType)) {
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 951 template <typename SearchType>
952 inline int search (const SearchType &x) const {
962 static int cmp (const SearchType *a, const Type *b) { return b->cmp (*a); }
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_contents.js 262 * @param {DriveMetadataSearchContentScanner.SearchType} searchType The option
267 function DriveMetadataSearchContentScanner(query, searchType) {
270 this.searchType_ = searchType;
283 DriveMetadataSearchContentScanner.SearchType = Object.freeze({
755 * @param {DriveMetadataSearchContentScanner.SearchType} searchType The type of
761 context, fakeDirectoryEntry, driveDirectoryEntry, query, searchType) {
768 return new DriveMetadataSearchContentScanner(query, searchType);
directory_model.js     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 957 template <typename SearchType>
958 inline int search (const SearchType &x) const

Completed in 506 milliseconds