Lines Matching refs:FileLoc
119 FileLoc(PP.getSourceManager().getLocForStartOfFile(FID)), in Lexer()
134 : FileLoc(fileloc), LangOpts(langOpts) { in Lexer()
147 : FileLoc(SM.getLocForStartOfFile(FID)), LangOpts(langOpts) { in Lexer()
193 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID), in Create_PragmaLexer()
490 SourceLocation FileLoc = SM.getSpellingLoc(Loc); in GetBeginningOfToken() local
491 SourceLocation BeginFileLoc = getBeginningOfFileToken(FileLoc, SM, LangOpts); in GetBeginningOfToken()
492 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc); in GetBeginningOfToken()
1137 Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen);
1139 SourceLocation FileLoc, in GetMappedTokenLoc() argument
1141 assert(FileLoc.isMacroID() && "Must be a macro expansion"); in GetMappedTokenLoc()
1150 SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc); in GetMappedTokenLoc()
1156 SM.getImmediateExpansionRange(FileLoc); in GetMappedTokenLoc()
1171 if (FileLoc.isFileID()) in getSourceLocation()
1172 return FileLoc.getLocWithOffset(CharNo); in getSourceLocation()
1177 return GetMappedTokenLoc(*PP, FileLoc, CharNo, TokLen); in getSourceLocation()
2161 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) { in SkipBlockComment()
2370 if (PP->getCodeCompletionFileLoc() != FileLoc) in LexEndOfFile()
2529 SourceLocation Loc = FileLoc.getLocWithOffset(CurPtr-BufferStart); in isCodeCompletionPoint()