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

/external/clang/include/clang/Basic/
H A DDiagnostic.h66 bool BeforePreviousInsertions; member in class:clang::FixItHint
70 FixItHint() : BeforePreviousInsertions(false) { }
80 bool BeforePreviousInsertions = false) {
85 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
93 bool BeforePreviousInsertions = false) {
98 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
/external/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp157 Hint.BeforePreviousInsertions);
166 /*afterToken=*/false, Hint.BeforePreviousInsertions);
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp103 Hint.BeforePreviousInsertions);
112 /*afterToken=*/false, Hint.BeforePreviousInsertions);
H A DASTUnit.cpp1293 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions;
/external/clang/include/clang/Frontend/
H A DASTUnit.h74 bool BeforePreviousInsertions; member in struct:clang::ASTUnit::StandaloneFixIt

Completed in 280 milliseconds