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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
  981   PreprocessorLexer *getCurrentFileLexer() const;

References

tools/clang/lib/Lex/PPDirectives.cpp
  734     FileID FID = getCurrentFileLexer()->getFileID();
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1568     PreprocessorLexer *TheLexer = getCurrentFileLexer();
tools/clang/lib/Lex/Pragma.cpp
  406   HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry());
  464   PreprocessorLexer *TheLexer = getCurrentFileLexer();
  525   const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry();
tools/clang/lib/Sema/SemaCodeComplete.cpp
 8752     auto *CurFile = PP.getCurrentFileLexer()->getFileEntry();