reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2420 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc)) 2427 SourceLocation FileLoc = SM.getFileLoc(Loc); 2428 assert(SM.isLocalSourceLocation(FileLoc)); 2431 std::tie(FID, Offset) = SM.getDecomposedLoc(FileLoc);