Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp401 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()
459 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
517 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
H A DPPLexerChange.cpp51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
H A DPPMacroExpansion.cpp1572 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
H A DPPDirectives.cpp673 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h893 PreprocessorLexer *getCurrentFileLexer() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp8345 auto *CurFile = PP.getCurrentFileLexer()->getFileEntry(); in CodeCompleteIncludedFile()