Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPragma.cpp364 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()
427 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
487 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
DPPLexerChange.cpp52 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
DPPMacroExpansion.cpp1651 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
DPPDirectives.cpp758 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
/external/llvm-project/clang/lib/Lex/
DPragma.cpp412 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()
470 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
531 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
DPPLexerChange.cpp48 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() function in Preprocessor
DPPDirectives.cpp737 FileID FID = getCurrentFileLexer()->getFileID(); in LookupFile()
/external/clang/include/clang/Lex/
DPreprocessor.h771 PreprocessorLexer *getCurrentFileLexer() const;
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1005 PreprocessorLexer *getCurrentFileLexer() const;
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp9356 auto *CurFile = PP.getCurrentFileLexer()->getFileEntry(); in CodeCompleteIncludedFile()