OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canInsertInOffset
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Edit/
EditedSource.h
58
bool
canInsertInOffset
(SourceLocation OrigLoc, FileOffset Offs);
Commit.h
124
bool
canInsertInOffset
(SourceLocation OrigLoc, FileOffset Offs);
/external/clang/lib/Edit/
Commit.cpp
242
return
canInsertInOffset
(loc, offs);
277
return
canInsertInOffset
(loc, offs);
280
bool Commit::
canInsertInOffset
(SourceLocation OrigLoc, FileOffset Offs) {
292
return Editor->
canInsertInOffset
(OrigLoc, Offs);
EditedSource.cpp
31
bool EditedSource::
canInsertInOffset
(SourceLocation OrigLoc, FileOffset Offs) {
56
if (!
canInsertInOffset
(OrigLoc, Offs))
Completed in 1390 milliseconds