Home
last modified time | relevance | path

Searched refs:getCurrentFileLexer (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp414 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()
476 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
544 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaIncludeInstead()
582 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
H A DPPLexerChange.cpp50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
H A DPPMacroExpansion.cpp1585 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
H A DPPDirectives.cpp824 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1006 PreprocessorLexer *getCurrentFileLexer() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9533 auto *CurFile = PP.getCurrentFileLexer()->getFileEntry(); in CodeCompleteIncludedFile()