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

References

tools/clang/include/clang/Lex/PreprocessorOptions.h
  213     ImplicitPCHInclude.clear();
tools/clang/lib/ARCMigrate/ARCMT.cpp
  178   if (!PPOpts.ImplicitPCHInclude.empty()) {
  187         PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags);
  190     PPOpts.ImplicitPCHInclude.clear();
tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  130     CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear();
tools/clang/lib/Frontend/CompilerInstance.cpp
  168   if (PPOpts.ImplicitPCHInclude.empty())
  171   StringRef PCHInclude = PPOpts.ImplicitPCHInclude;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3276   Opts.ImplicitPCHInclude = Args.getLastArgValue(OPT_include_pch);
tools/clang/lib/Frontend/FrontendAction.cpp
  708   if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
  711     StringRef PCHInclude = PPOpts.ImplicitPCHInclude;
  727           PPOpts.ImplicitPCHInclude = Dir->path();
  841                !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
  859       if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
  861             CI.getPreprocessorOpts().ImplicitPCHInclude,
tools/clang/lib/Frontend/InitPreprocessor.cpp
 1180   if (!InitOpts.ImplicitPCHInclude.empty())
 1182                           InitOpts.ImplicitPCHInclude);
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  729     PreprocessorOpts.ImplicitPCHInclude = PCHFile.getFilePath();
  753     PreprocessorOpts.ImplicitPCHInclude = PCHPath;
tools/clang/lib/Lex/Preprocessor.cpp
  156       !this->PPOpts->ImplicitPCHInclude.empty())
tools/clang/lib/Serialization/ASTReader.cpp
  708     if (!ExistingPPOpts.ImplicitPCHInclude.empty() &&
  718     if (File == ExistingPPOpts.ImplicitPCHInclude)
 5828   PPOpts.ImplicitPCHInclude = ReadString(Record, Idx);
tools/clang/lib/Serialization/ASTWriter.cpp
 1712   AddString(PPOpts.ImplicitPCHInclude, Record);
tools/clang/tools/libclang/Indexing.cpp
  351     if (!PPOpts.ImplicitPCHInclude.empty()) {
  352       auto File = CI.getFileManager().getFile(PPOpts.ImplicitPCHInclude);