HomeSort by relevance Sort by last modified time
    Searched full:insertfromrange (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Edit/
Commit.h 74 bool insertFromRange(SourceLocation loc, CharSourceRange range,
86 bool insertFromRange(SourceLocation loc, SourceRange TokenRange,
89 return insertFromRange(loc, CharSourceRange::getTokenRange(TokenRange),
  /external/clang/lib/Rewrite/Frontend/
FixItRewriter.cpp 149 if (Hint.InsertFromRange.isValid())
150 commit.insertFromRange(Hint.RemoveRange.getBegin(),
151 Hint.InsertFromRange, /*afterToken=*/false,
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 94 if (Hint.InsertFromRange.isValid())
95 commit.insertFromRange(Hint.RemoveRange.getBegin(),
96 Hint.InsertFromRange, /*afterToken=*/false,
  /external/clang/lib/Edit/
Commit.cpp 59 bool Commit::insertFromRange(SourceLocation loc,
RewriteObjCFoundationAPI.cpp 277 commit.insertFromRange(LocBeforeVal, Arg1Range, /*afterToken=*/false,
438 commit.insertFromRange(ValRange.getBegin(),
470 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 56 CharSourceRange InsertFromRange;
93 Hint.InsertFromRange = FromRange;
    [all...]

Completed in 362 milliseconds