Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp161 if (Hint.InsertFromRange.isValid()) in HandleDiagnostic()
163 Hint.InsertFromRange, /*afterToken=*/false, in HandleDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp64 if (Hint.InsertFromRange.isValid()) in mergeFixits()
66 Hint.InsertFromRange, /*afterToken=*/false, in mergeFixits()
H A DASTUnit.cpp1275 OutFix.InsertFromRange = makeStandaloneRange(InFix.InsertFromRange, SM, in makeStandaloneFixIt()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h79 CharSourceRange InsertFromRange; variable
116 Hint.InsertFromRange = FromRange;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1205 if (fixit.InsertFromRange.isValid()) { in ApplyFixIt()
1207 fixit.InsertFromRange, /*afterToken=*/false, in ApplyFixIt()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h93 std::pair<unsigned, unsigned> InsertFromRange; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp227 assert(!fixit.InsertFromRange.isValid() && "Not implemented yet!"); in EmitFixits()