Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp159 if (Hint.InsertFromRange.isValid()) in HandleDiagnostic()
161 Hint.InsertFromRange, /*afterToken=*/false, in HandleDiagnostic()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp66 if (Hint.InsertFromRange.isValid()) in mergeFixits()
68 Hint.InsertFromRange, /*afterToken=*/false, in mergeFixits()
H A DASTUnit.cpp1228 OutFix.InsertFromRange = makeStandaloneRange(InFix.InsertFromRange, SM, in makeStandaloneFixIt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h74 CharSourceRange InsertFromRange; variable
111 Hint.InsertFromRange = FromRange;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp991 if (fixit.InsertFromRange.isValid()) { in RewriteExpression()
993 fixit.InsertFromRange, /*afterToken=*/false, in RewriteExpression()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h91 std::pair<unsigned, unsigned> InsertFromRange; member