Lines Matching defs:file
5 // This file is distributed under the University of Illinois Open Source
149 // Try to load the file buffer.
151 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
155 const char *tokenBegin = file.data() + locInfo.second;
160 file.begin(), tokenBegin, file.end());
399 // Try to load the file buffer.
401 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
405 const char *tokenBegin = file.data() + locInfo.second;
410 file.begin(), tokenBegin, file.end());
480 // Try to load the file buffer.
482 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
486 const char *tokenBegin = file.data() + locInfo.second;
491 file.begin(), tokenBegin, file.end());