HomeSort by relevance Sort by last modified time
    Searched full:promisetype (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaCoroutine.cpp 86 QualType PromiseType = S.Context.getTypeDeclType(Promise);
87 if (!PromiseType->getAsCXXRecordDecl()) {
92 PromiseType = S.Context.getElaboratedType(ETK_None, NNS, PromiseType);
95 << PromiseType;
99 return PromiseType;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java     [all...]

Completed in 128 milliseconds