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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1252   bool creatingPCHWithThroughHeader();

References

tools/clang/lib/Lex/PPLexerChange.cpp
  453     if (CurPPLexer && creatingPCHWithThroughHeader() &&
  507   if (creatingPCHWithThroughHeader() && !LeavingPCHThroughHeader) {