Lines Matching refs:getLocWithOffset
748 LocStart.getLocWithOffset(BufPtr-MainBufStart); in RewriteInclude()
778 startLoc.getLocWithOffset(semiBuf-startBuf+1); in RewritePropertyImplDecl()
1007 SourceLocation OptionalLoc = LocStart.getLocWithOffset(p-startBuf); in RewriteProtocolDecl()
1012 SourceLocation OptionalLoc = LocStart.getLocWithOffset(p-startBuf); in RewriteProtocolDecl()
1537 SourceLocation lparenLoc = startLoc.getLocWithOffset(rparenBuf-startBuf); in RewriteObjCForCollectionStmt()
1614 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); in RewriteObjCForCollectionStmt()
1627 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); in RewriteObjCForCollectionStmt()
1659 SourceLocation rparenLoc = startLoc.getLocWithOffset(endBuf-startBuf); in RewriteObjCSynchronizedStmt()
1748 SourceLocation onePastSemiLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1); in RewriteTryReturnStmts()
1770 SourceLocation onePastSemiLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1); in RewriteSyncReturnStmts()
1807 startLoc = startLoc.getLocWithOffset(1); in RewriteObjCTryStmt()
1888 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1916 startLoc = startLoc.getLocWithOffset(1); in RewriteObjCTryStmt()
1918 endLoc = endLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1942 lastCurlyLoc = lastCurlyLoc.getLocWithOffset(1); in RewriteObjCTryStmt()
1971 SourceLocation semiLoc = startLoc.getLocWithOffset(semiBuf-startBuf); in RewriteObjCThrowStmt()
2096 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes()
2097 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); in RewriteObjCQualifiedInterfaceTypes()
2141 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes()
2142 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); in RewriteObjCQualifiedInterfaceTypes()
2164 Loc.getLocWithOffset(startRef-startFuncBuf); in RewriteObjCQualifiedInterfaceTypes()
2166 Loc.getLocWithOffset(endRef-startFuncBuf+1); in RewriteObjCQualifiedInterfaceTypes()
3162 LocStart.getLocWithOffset(cursor-startBuf+1); in RewriteObjCInternalStruct()
3170 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct()
3187 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct()
3191 atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct()
3194 SourceLocation caretLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct()
3200 InsertText(LocEnd.getLocWithOffset(1), ";"); in RewriteObjCInternalStruct()
3916 LocStart = LocStart.getLocWithOffset(argPtr-startBuf); in RewriteCastExpr()
3935 DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf); in RewriteBlockPointerFunctionArgs()
3944 DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList); in RewriteBlockPointerFunctionArgs()
4041 SourceLocation Start = DeclLoc.getLocWithOffset(startBuf-endBuf); in RewriteBlockPointerDecl()
4309 startLoc.getLocWithOffset(semiBuf-startInitializerBuf); in RewriteByRefVar()