OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canInsert
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Edit/
Commit.cpp
54
if ((!afterToken && !
canInsert
(loc, Offs)) ||
75
if ((!afterToken && !
canInsert
(loc, Offs)) ||
122
if (!
canInsert
(range.getBegin(), Offs) || !canRemoveRange(range, Offs, Len)) {
225
bool Commit::
canInsert
(SourceLocation loc, FileOffset &offs) {
327
if (!
canInsert
(loc, Offs))
/src/external/apache2/llvm/dist/clang/include/clang/Edit/
Commit.h
132
bool
canInsert
(SourceLocation loc, FileOffset &Offset);
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransformActions.cpp
150
bool
canInsert
(SourceLocation loc);
203
if (!
canInsert
(act.Loc))
383
bool TransformActionsImpl::
canInsert
(SourceLocation loc) {
410
return
canInsert
(range.getBegin()) && canInsertAfterToken(range.getEnd());
419
if (!
canInsert
(loc))
Completed in 46 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026