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

  /external/clang/include/clang/Frontend/
ASTUnit.h 72 bool BeforePreviousInsertions;
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 65 bool BeforePreviousInsertions;
69 FixItHint() : BeforePreviousInsertions(false) { }
79 bool BeforePreviousInsertions = false) {
84 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
92 bool BeforePreviousInsertions = false) {
97 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
    [all...]

Completed in 98 milliseconds