HomeSort by relevance Sort by last modified time
    Searched defs:canInsert (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Edit/
Commit.cpp 49 if ((!afterToken && !canInsert(loc, Offs)) ||
70 if ((!afterToken && !canInsert(loc, Offs)) ||
117 if (!canInsert(range.getBegin(), Offs) || !canRemoveRange(range, Offs, Len)) {
220 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) {
326 if (!canInsert(loc, Offs))
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 151 bool canInsert(SourceLocation loc);
204 if (!canInsert(act.Loc))
382 bool TransformActionsImpl::canInsert(SourceLocation loc) {
409 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd());
418 if (!canInsert(loc))
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 90 public static boolean canInsert(RawContactDelta state, DataKind kind) {
560 if (hasOrg && RawContactModifier.canInsert(state, kindOrg)) {
577 if (hasNotes && RawContactModifier.canInsert(state, kindNotes)) {
    [all...]

Completed in 182 milliseconds