reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1973   bool isInPrimaryFile() const;

References

tools/clang/lib/Lex/Lexer.cpp
 2736   if (PP->isRecordingPreamble() && PP->isInPrimaryFile()) {
tools/clang/lib/Lex/PPDirectives.cpp
 2227   if (isInPrimaryFile() && LangOpts.IsHeaderFile) {
 2231   } else if (isInPrimaryFile()) {
tools/clang/lib/Lex/PPLexerChange.cpp
  478         (isInPrimaryFile() ||
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1247   if (PP.isInPrimaryFile() && PP.getLangOpts().IsHeaderFile) {
 1251   } else if (PP.isInPrimaryFile()) {
tools/clang/lib/Lex/Pragma.cpp
  399   if (isInPrimaryFile() && TUKind != TU_Prefix && !getLangOpts().IsHeaderFile) {
  458   if (isInPrimaryFile()) {