Searched defs:Hints (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DSemaFixItUtils.h30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 SmallVector<FixItHint, 1> Hints; member in struct:clang::ConversionFixItGenerator
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();

Completed in 41 milliseconds