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

  /external/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 SmallVector<FixItHint, 1> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
Hints.java 32 * Logic to determine when to display hints on usage to the user.
34 public class Hints {
66 public Hints(Context context, SharedPreferences prefs, Display display) {

Completed in 1482 milliseconds