Searched refs:isInPrimaryFile (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp33 /// isInPrimaryFile - Return true if we're in the top-level file, not in a
35 bool Preprocessor::isInPrimaryFile() const { function in class:Preprocessor
478 (isInPrimaryFile() ||
H A DPPMacroExpansion.cpp1261 if (PP.isInPrimaryFile() && PP.getLangOpts().IsHeaderFile) {
1265 } else if (PP.isInPrimaryFile()) {
H A DPragma.cpp400 if (isInPrimaryFile() && TUKind != TU_Prefix && !getLangOpts().IsHeaderFile) {
459 if (isInPrimaryFile()) {
H A DPPDirectives.cpp2227 if (isInPrimaryFile() && LangOpts.IsHeaderFile) {
2231 } else if (isInPrimaryFile()) {
H A DLexer.cpp2738 if (PP->isRecordingPreamble() && PP->isInPrimaryFile()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1982 bool isInPrimaryFile() const;

Completed in 175 milliseconds