Home
last modified time | relevance | path

Searched refs:BeforePreviousInsertions (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp163 Hint.BeforePreviousInsertions); in HandleDiagnostic()
172 /*afterToken=*/false, Hint.BeforePreviousInsertions); in HandleDiagnostic()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h85 bool BeforePreviousInsertions = false; variable
99 bool BeforePreviousInsertions = false) {
104 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
112 bool BeforePreviousInsertions = false) {
117 Hint.BeforePreviousInsertions = BeforePreviousInsertions;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp68 Hint.BeforePreviousInsertions); in mergeFixits()
77 /*afterToken=*/false, Hint.BeforePreviousInsertions); in mergeFixits()
H A DASTUnit.cpp1242 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions; in makeStandaloneFixIt()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h95 bool BeforePreviousInsertions; member
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1236 fixit.BeforePreviousInsertions); in ApplyFixIt()
1248 /*afterToken=*/false, fixit.BeforePreviousInsertions); in ApplyFixIt()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp227 assert(!fixit.BeforePreviousInsertions && "Not implemented yet!"); in EmitFixits()