Lines Matching refs:FileLoc

138       FileLoc(PP.getSourceManager().getLocForStartOfFile(FID)),
153 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment),
216 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
569 SourceLocation FileLoc = SM.getSpellingLoc(Loc);
570 SourceLocation BeginFileLoc = getBeginningOfFileToken(FileLoc, SM, LangOpts);
571 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc);
595 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset);
596 Lexer TheLexer(FileLoc, LangOpts, Buffer.begin(), Buffer.begin(),
722 return PreambleBounds(End.getRawEncoding() - FileLoc.getRawEncoding(),
1124 Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen);
1126 SourceLocation FileLoc,
1128 assert(FileLoc.isMacroID() && "Must be a macro expansion");
1131 // _Pragma handling. Combine the expansion location of FileLoc with the
1135 // Create a new SLoc which is expanded from Expansion(FileLoc) but whose
1136 // characters come from spelling(FileLoc)+Offset.
1137 SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc);
1142 CharSourceRange II = SM.getImmediateExpansionRange(FileLoc);
1155 // the file id from FileLoc with the offset specified.
1157 if (FileLoc.isFileID())
1158 return FileLoc.getLocWithOffset(CharNo);
1163 return GetMappedTokenLoc(*PP, FileLoc, CharNo, TokLen);
2287 FileLoc.getLocWithOffset(StartOfFilename - BufferStart),
2288 FileLoc.getLocWithOffset(CompletionPoint - BufferStart));
2765 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) {
3034 if (PP->getCodeCompletionFileLoc() != FileLoc)
3252 SourceLocation Loc = FileLoc.getLocWithOffset(CurPtr-BufferStart);