Home
last modified time | relevance | path

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

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