Searched refs:bodyLoc (Results 1 – 3 of 3) sorted by relevance
158 [](OpBuilder &bodyBuilder, Location bodyLoc, ValueRange bodyArgs) { in createGenericOp() argument160 bodyBuilder.create<MulFOp>(bodyLoc, bodyArgs[0], bodyArgs[1]); in createGenericOp()161 Value add = bodyBuilder.create<AddFOp>(bodyLoc, mul, bodyArgs[2]); in createGenericOp()162 bodyBuilder.create<linalg::YieldOp>(bodyLoc, add); in createGenericOp()
1841 SourceLocation bodyLoc = lastCatchBody->getLocStart(); in RewriteObjCTryStmt() local1842 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()1868 SourceLocation bodyLoc = lastCatchBody->getLocStart(); in RewriteObjCTryStmt() local1869 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()1883 SourceLocation bodyLoc = lastCatchBody->getLocEnd(); in RewriteObjCTryStmt() local1884 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()1888 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()1896 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()