Searched refs:locInfo (Results 1 – 3 of 3) sorted by relevance
241 FileIDAndOffset locInfo = SM.getDecomposedLoc(loc); in canInsert() local242 if (locInfo.first.isInvalid()) in canInsert()244 offs = FileOffset(locInfo.first, locInfo.second); in canInsert()275 FileIDAndOffset locInfo = SM.getDecomposedLoc(loc); in canInsertAfterToken() local276 if (locInfo.first.isInvalid()) in canInsertAfterToken()278 offs = FileOffset(locInfo.first, locInfo.second); in canInsertAfterToken()
313 FileIDAndOffset locInfo = SM.getDecomposedLoc(LParenLoc); in LocPropertyAttribute() local316 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in LocPropertyAttribute()319 const char *tokenBegin = file.data() + locInfo.second; in LocPropertyAttribute()322 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in LocPropertyAttribute()
384 FileIDAndOffset locInfo = SM.getDecomposedLoc(loc); in getSpelling() local388 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in getSpelling()394 const char *tokenBegin = file.data() + locInfo.second; in getSpelling()397 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options, in getSpelling()