Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp429 HeaderInfo.MarkFileIncludeOnce(*getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()
491 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
551 OptionalFileEntryRef CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
H A DPPLexerChange.cpp50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
H A DPPMacroExpansion.cpp1624 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
H A DPPDirectives.cpp969 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1278 PreprocessorLexer *getCurrentFileLexer() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10186 if (auto CurFile = PP.getCurrentFileLexer()->getFileEntry()) in CodeCompleteIncludedFile()