Searched refs:getCurrentFileLexer (Results 1 – 6 of 6) sorted by relevance
401 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()459 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()517 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
1572 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
673 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
893 PreprocessorLexer *getCurrentFileLexer() const;
8345 auto *CurFile = PP.getCurrentFileLexer()->getFileEntry(); in CodeCompleteIncludedFile()