Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp418 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()
480 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
540 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
H A DPPLexerChange.cpp50 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
H A DPPMacroExpansion.cpp1625 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) in ExpandBuiltinMacro()
H A DPPDirectives.cpp952 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1279 PreprocessorLexer *getCurrentFileLexer() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp10078 const FileEntry *CurFile = PP.getCurrentFileLexer()->getFileEntry(); in CodeCompleteIncludedFile()