OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SMFixIt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h
27
class
SMFixIt
;
191
ArrayRef<
SMFixIt
> FixIts = {},
197
ArrayRef<
SMFixIt
> FixIts = {},
214
ArrayRef<
SMFixIt
> FixIts = {}) const;
226
class
SMFixIt
{
232
SMFixIt
(SMRange R, const Twine &Replacement);
234
SMFixIt
(SMLoc Loc, const Twine &Replacement)
235
:
SMFixIt
(SMRange(Loc, Loc), Replacement) {}
240
bool operator<(const
SMFixIt
&Other) const {
260
SmallVector<
SMFixIt
, 4> FixIts
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp
264
ArrayRef<
SMFixIt
> FixIts) const {
343
ArrayRef<SMRange> Ranges, ArrayRef<
SMFixIt
> FixIts,
350
ArrayRef<
SMFixIt
> FixIts, bool ShowColors) const {
355
//
SMFixIt
Implementation
358
SMFixIt
::
SMFixIt
(SMRange R, const Twine &Replacement)
371
ArrayRef<
SMFixIt
> Hints)
379
ArrayRef<
SMFixIt
> FixIts,
389
for (const llvm::
SMFixIt
&Fixit : FixIts) {
Completed in 28 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026