reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/Lexer.h
  174   SourceLocation getFileLoc() const { return FileLoc; }
tools/clang/lib/Lex/Lexer.cpp
  208   L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
 1134   if (FileLoc.isFileID())
 1135     return FileLoc.getLocWithOffset(CharNo);
 1140   return GetMappedTokenLoc(*PP, FileLoc, CharNo, TokLen);
 2111       FileLoc.getLocWithOffset(StartOfFilename - BufferStart),
 2112       FileLoc.getLocWithOffset(CompletionPoint - BufferStart));
 2527         !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) {
 2745     if (PP->getCodeCompletionFileLoc() != FileLoc)
 2956     SourceLocation Loc = FileLoc.getLocWithOffset(CurPtr-BufferStart);