/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CompilerTests.cpp | 30 .ImplicitPCHInclude, in TEST() 37 .ImplicitPCHInclude, in TEST() 46 .ImplicitPCHInclude, in TEST()
|
/external/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 59 std::string ImplicitPCHInclude; variable 174 ImplicitPCHInclude.clear(); in resetNonModularOptions()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 77 std::string ImplicitPCHInclude; variable 225 ImplicitPCHInclude.clear(); in resetNonModularOptions()
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 280 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile() 283 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in BeginSourceFile() 297 PPOpts.ImplicitPCHInclude = Dir->path(); in BeginSourceFile() 353 } else if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile() 372 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
|
D | ChainedIncludesSource.cpp | 133 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
|
D | InitPreprocessor.cpp | 1044 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor() 1046 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
|
D | ASTUnit.cpp | 1117 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in Parse() 2444 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in CodeComplete()
|
D | CompilerInvocation.cpp | 2157 Opts.ImplicitPCHInclude = Args.getLastArgValue(OPT_include_pch); in ParsePreprocessorArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendAction.cpp | 722 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile() 725 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in BeginSourceFile() 741 PPOpts.ImplicitPCHInclude = std::string(Dir->path()); in BeginSourceFile() 855 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile() 873 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile() 875 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
|
D | ChainedIncludesSource.cpp | 131 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
|
D | PrecompiledPreamble.cpp | 825 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHFile.getFilePath()); in setupPreambleStorage() 849 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
|
D | InitPreprocessor.cpp | 1221 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor() 1223 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
|
D | CompilerInstance.cpp | 172 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH() 175 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
|
D | CompilerInvocation.cpp | 3626 Opts.ImplicitPCHInclude = std::string(Args.getLastArgValue(OPT_include_pch)); in ParsePreprocessorArgs()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 179 if (!PPOpts.ImplicitPCHInclude.empty()) { in createInvocationForMigration() 188 PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags); in createInvocationForMigration() 191 PPOpts.ImplicitPCHInclude.clear(); in createInvocationForMigration()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 178 if (!PPOpts.ImplicitPCHInclude.empty()) { in createInvocationForMigration() 187 PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags); in createInvocationForMigration() 190 PPOpts.ImplicitPCHInclude.clear(); in createInvocationForMigration()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Compiler.cpp | 80 CI->getPreprocessorOpts().ImplicitPCHInclude.clear(); in buildCompilerInvocation()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 366 if (!PPOpts.ImplicitPCHInclude.empty()) { in CreateASTConsumer() 368 CI.getFileManager().getFile(PPOpts.ImplicitPCHInclude)); in CreateASTConsumer()
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 352 if (!PPOpts.ImplicitPCHInclude.empty()) { in CreateASTConsumer() 353 auto File = CI.getFileManager().getFile(PPOpts.ImplicitPCHInclude); in CreateASTConsumer()
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 159 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 715 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions() 725 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions() 5869 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
|
D | ASTWriter.cpp | 1356 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 582 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions() 4838 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
|
D | ASTWriter.cpp | 1486 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()
|