OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insertFromRange
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Edit/
Commit.h
77
bool
insertFromRange
(SourceLocation loc, CharSourceRange range,
89
bool
insertFromRange
(SourceLocation loc, SourceRange TokenRange,
92
return
insertFromRange
(loc, CharSourceRange::getTokenRange(TokenRange),
/external/clang/lib/Edit/
Commit.cpp
59
bool Commit::
insertFromRange
(SourceLocation loc,
Completed in 166 milliseconds