Searched refs:BeforePreviousInsertions (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnostic.h65 bool BeforePreviousInsertions; member in class:clang::FixItHint
69 FixItHint() : BeforePreviousInsertions(false) { }
79 bool BeforePreviousInsertions = false) {
84 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
92 bool BeforePreviousInsertions = false) {
97 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
/external/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp152 Hint.BeforePreviousInsertions);
161 /*afterToken=*/false, Hint.BeforePreviousInsertions);
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp103 Hint.BeforePreviousInsertions);
112 /*afterToken=*/false, Hint.BeforePreviousInsertions);
H A DASTUnit.cpp1311 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions;
/external/clang/include/clang/Frontend/
H A DASTUnit.h72 bool BeforePreviousInsertions; member in struct:clang::ASTUnit::StandaloneFixIt

Completed in 581 milliseconds