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

  /external/clang/include/clang/Basic/
Diagnostic.h 63 bool BeforePreviousInsertions;
67 FixItHint() : BeforePreviousInsertions(false) { }
77 bool BeforePreviousInsertions = false) {
82 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
90 bool BeforePreviousInsertions = false) {
95 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
FixItRewriter.cpp 152 Hint.BeforePreviousInsertions);
161 /*afterToken=*/false, Hint.BeforePreviousInsertions);
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 103 Hint.BeforePreviousInsertions);
112 /*afterToken=*/false, Hint.BeforePreviousInsertions);

Completed in 168 milliseconds