Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp160 if (Hint.InsertFromRange.isValid()) in HandleDiagnostic()
162 Hint.InsertFromRange, /*afterToken=*/false, in HandleDiagnostic()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp65 if (Hint.InsertFromRange.isValid()) in mergeFixits()
67 Hint.InsertFromRange, /*afterToken=*/false, in mergeFixits()
H A DASTUnit.cpp1242 OutFix.InsertFromRange = makeStandaloneRange(InFix.InsertFromRange, SM, in makeStandaloneFixIt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h78 CharSourceRange InsertFromRange; variable
115 Hint.InsertFromRange = FromRange;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h93 std::pair<unsigned, unsigned> InsertFromRange; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1230 if (fixit.InsertFromRange.isValid()) { in ApplyFixIt()
1232 fixit.InsertFromRange, /*afterToken=*/false, in ApplyFixIt()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp226 assert(!fixit.InsertFromRange.isValid() && "Not implemented yet!"); in EmitFixits()