Lines Matching refs:locInfo
140 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in findSemiAfterLocation() local
144 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in findSemiAfterLocation()
148 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation()
151 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in findSemiAfterLocation()
388 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in rewritePropertyAttribute() local
392 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in rewritePropertyAttribute()
396 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute()
399 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in rewritePropertyAttribute()
469 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in addPropertyAttribute() local
473 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in addPropertyAttribute()
477 const char *tokenBegin = file.data() + locInfo.second; in addPropertyAttribute()
480 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in addPropertyAttribute()