Home
last modified time | relevance | path

Searched refs:isInPrimaryFile (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp35 bool Preprocessor::isInPrimaryFile() const { in isInPrimaryFile() function in Preprocessor
430 if (isRecordingPreamble() && isInPrimaryFile()) in HandleEndOfFile()
527 (isInPrimaryFile() || in HandleEndOfFile()
H A DPragma.cpp422 if (isInPrimaryFile() && TUKind != TU_Prefix && !getLangOpts().IsHeaderFile) { in HandlePragmaOnce()
485 if (isInPrimaryFile()) { in HandlePragmaSystemHeader()
H A DPPDirectives.cpp2012 if (isInPrimaryFile() && LangOpts.IsHeaderFile) { in getIncludeNextStart()
2016 } else if (isInPrimaryFile()) { in getIncludeNextStart()
H A DLexer.cpp3146 if (PP->isRecordingPreamble() && PP->isInPrimaryFile()) { in LexEndOfFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2456 bool isInPrimaryFile() const;