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

References

tools/clang/lib/Lex/PPLexerChange.cpp
  520   if (TUKind == TU_Complete) {
tools/clang/lib/Lex/Pragma.cpp
  399   if (isInPrimaryFile() && TUKind != TU_Prefix && !getLangOpts().IsHeaderFile) {
tools/clang/lib/Lex/Preprocessor.cpp
  605   return TUKind == TU_Prefix && !PPOpts->PCHThroughHeader.empty() &&
  610   return TUKind != TU_Prefix && !PPOpts->PCHThroughHeader.empty() &&
  615   return TUKind == TU_Prefix && PPOpts->PCHWithHdrStop;
  619   return TUKind != TU_Prefix && PPOpts->PCHWithHdrStop;