Searched refs:getCurrentFileLexer (Results 1 – 10 of 10) sorted by relevance
364 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()427 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()487 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
52 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
1651 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
758 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
412 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()470 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()531 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
48 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
737 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
771 PreprocessorLexer *getCurrentFileLexer() const;
1005 PreprocessorLexer *getCurrentFileLexer() const;
9356 auto *CurFile = PP.getCurrentFileLexer()->getFileEntry(); in CodeCompleteIncludedFile()