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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1255   bool usingPCHWithThroughHeader();

References

tools/clang/lib/Lex/PPDirectives.cpp
 1930   if (usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) {
tools/clang/lib/Lex/Preprocessor.cpp
  587   if ((usingPCHWithThroughHeader() && SkippingUntilPCHThroughHeader) ||