OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fix
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/
Diagnostic.h
59
llvm::StringMap<Replacements>
Fix
;
112
/// Get the first
fix
to apply for this diagnostic.
/src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp
716
const FixItHint &
Fix
= *I;
717
if (
Fix
.isNull())
721
AddCharSourceRangeToRecord(
Fix
.RemoveRange, Record, SM);
722
Record.push_back(
Fix
.CodeToInsert.size());
724
Fix
.CodeToInsert);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h
812
/// The FixIt hints which can be used to
fix
the Bad candidate.
813
ConversionFixItGenerator
Fix
;
884
bool CanFix =
Fix
.tryToFixConversion(
891
Fix
.clear();
Completed in 19 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026