HomeSort by relevance Sort by last modified time
    Searched refs:Hints (Results 1 - 9 of 9) 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();
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 108 Hints.push_back(FixItHint::CreateRemoval(
112 Hints.push_back(FixItHint::CreateInsertion(Begin, "*("));
113 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
115 Hints.push_back(FixItHint::CreateInsertion(Begin, "*"));
142 Hints.push_back(FixItHint::CreateRemoval(
146 Hints.push_back(FixItHint::CreateInsertion(Begin, "&("));
147 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
149 Hints.push_back(FixItHint::CreateInsertion(Begin, "&"));
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/Frontend/
TextDiagnostic.h 33 /// Hints, and code snippets. In the presence of macros this involves
86 /// \param FixItHints The FixIt hints active for this diagnostic.
133 ArrayRef<FixItHint> Hints,
138 ArrayRef<FixItHint> Hints);
147 ArrayRef<FixItHint> Hints);
149 void emitParseableFixits(ArrayRef<FixItHint> Hints);
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 689 /// \param Hints The FixIt hints active for this diagnostic.
696 ArrayRef<FixItHint> Hints,
706 emitSnippetAndCaret(Loc, Level, Ranges, Hints);
718 emitMacroExpansionsAndCarets(OneLevelUp, Level, Ranges, Hints, MacroDepth,
776 /// \param Hints The FixIt hints active for this diagnostic.
780 ArrayRef<FixItHint> Hints) {
792 if (Loc == LastLoc && Ranges.empty() && Hints.empty() &&
860 Hints);
    [all...]
  /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) {
  /dalvik/vm/
Dvm.mk 283 arch/generic/Hints.cpp \
301 arch/generic/Hints.cpp \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 23 import com.android.inputmethod.deprecated.voice.Hints;
111 private Hints mHints;
139 mHints = new Hints(service, prefs, new Hints.Display() {
    [all...]

Completed in 378 milliseconds