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

/external/clang/lib/Edit/
H A DCommit.cpp49 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) { function in class:Commit
326 if (!canInsert(loc, Offs))
/external/clang/include/clang/Edit/
H A DCommit.h121 bool canInsert(SourceLocation loc, FileOffset &Offset);
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp151 bool canInsert(SourceLocation loc);
204 if (!canInsert(act.Loc))
382 bool TransformActionsImpl::canInsert(SourceLocation loc) { function in class:TransformActionsImpl
409 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd());
418 if (!canInsert(loc))
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 121 milliseconds