HomeSort by relevance Sort by last modified time
    Searched defs:insertFromRange (Results 1 - 2 of 2) 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/Edit/
Commit.cpp 59 bool Commit::insertFromRange(SourceLocation loc,

Completed in 176 milliseconds