Home
last modified time | relevance | path

Searched refs:canInsert (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyMapHashTable.h225 bool canInsert();
283 ASSERT(canInsert()); in PropertyTable()
366 if (!canInsert()) { in add()
476 ASSERT(canInsert()); in reinsert()
500 ASSERT(canInsert()); in rehash()
550 inline bool PropertyTable::canInsert() in canInsert() function
/external/clang/lib/Edit/
DCommit.cpp49 if ((!afterToken && !canInsert(loc, Offs)) || in insert()
70 if ((!afterToken && !canInsert(loc, Offs)) || in insertFromRange()
117 if (!canInsert(range.getBegin(), Offs) || !canRemoveRange(range, Offs, Len)) { in replace()
220 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert() function in Commit
326 if (!canInsert(loc, Offs)) in canReplaceText()
/external/clang/lib/ARCMigrate/
DTransformActions.cpp150 bool canInsert(SourceLocation loc);
203 if (!canInsert(act.Loc)) in commitTransaction()
381 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert() function in TransformActionsImpl
408 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd()); in canRemoveRange()
417 if (!canInsert(loc)) in canReplaceText()
/external/clang/include/clang/Edit/
DCommit.h118 bool canInsert(SourceLocation loc, FileOffset &Offset);
/external/webkit/Source/JavaScriptCore/
DChangeLog6970 (JSC::PropertyTable::canInsert):