OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canInsertInOffset
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Edit/
Commit.cpp
246
return
canInsertInOffset
(loc, offs);
280
return
canInsertInOffset
(loc, offs);
283
bool Commit::
canInsertInOffset
(SourceLocation OrigLoc, FileOffset Offs) {
293
return Editor->
canInsertInOffset
(OrigLoc, Offs);
EditedSource.cpp
74
bool EditedSource::
canInsertInOffset
(SourceLocation OrigLoc, FileOffset Offs) {
114
if (!
canInsertInOffset
(OrigLoc, Offs))
Completed in 15 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026