Home | History | Annotate | Download | only in ARCMigrate

Lines Matching defs:file

5 // This file is distributed under the University of Illinois Open Source
148 // Try to load the file buffer.
150 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
154 const char *tokenBegin = file.data() + locInfo.second;
159 file.begin(), tokenBegin, file.end());
394 // Try to load the file buffer.
396 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
400 const char *tokenBegin = file.data() + locInfo.second;
405 file.begin(), tokenBegin, file.end());
477 // Try to load the file buffer.
479 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
483 const char *tokenBegin = file.data() + locInfo.second;
488 file.begin(), tokenBegin, file.end());