Lines Matching refs:locInfo
146 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in findSemiAfterLocation() local
150 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in findSemiAfterLocation()
154 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation()
157 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in findSemiAfterLocation()
393 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in rewritePropertyAttribute() local
397 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in rewritePropertyAttribute()
401 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute()
404 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in rewritePropertyAttribute()
474 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in addPropertyAttribute() local
478 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in addPropertyAttribute()
482 const char *tokenBegin = file.data() + locInfo.second; in addPropertyAttribute()
485 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in addPropertyAttribute()