Searched defs:insertFromRange (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Edit/
H A DCommit.h77 bool insertFromRange(SourceLocation loc, CharSourceRange range,
89 bool insertFromRange(SourceLocation loc, SourceRange TokenRange, function in class:clang::edit::Commit
92 return insertFromRange(loc, CharSourceRange::getTokenRange(TokenRange),
/external/clang/lib/Edit/
H A DCommit.cpp59 bool Commit::insertFromRange(SourceLocation loc, function in class:Commit

Completed in 124 milliseconds