Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPragma.cpp417 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()
479 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
539 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
H A DPPLexerChange.cpp49 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
H A DPPMacroExpansion.cpp1600 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
H A DPPDirectives.cpp965 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1152 PreprocessorLexer *getCurrentFileLexer() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp10023 const FileEntry *CurFile = PP.getCurrentFileLexer()->getFileEntry(); in CodeCompleteIncludedFile()