Home
last modified time | relevance | path

Searched refs:ImplicitPCHInclude (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DCompilerTests.cpp30 .ImplicitPCHInclude, in TEST()
37 .ImplicitPCHInclude, in TEST()
46 .ImplicitPCHInclude, in TEST()
/external/clang/include/clang/Lex/
DPreprocessorOptions.h59 std::string ImplicitPCHInclude; variable
174 ImplicitPCHInclude.clear(); in resetNonModularOptions()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessorOptions.h77 std::string ImplicitPCHInclude; variable
225 ImplicitPCHInclude.clear(); in resetNonModularOptions()
/external/clang/lib/Frontend/
DFrontendAction.cpp280 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()
DChainedIncludesSource.cpp133 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
DInitPreprocessor.cpp1044 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()
1046 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
DASTUnit.cpp1117 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in Parse()
2444 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in CodeComplete()
DCompilerInvocation.cpp2157 Opts.ImplicitPCHInclude = Args.getLastArgValue(OPT_include_pch); in ParsePreprocessorArgs()
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp722 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()
DChainedIncludesSource.cpp131 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
DPrecompiledPreamble.cpp825 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHFile.getFilePath()); in setupPreambleStorage()
849 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
DInitPreprocessor.cpp1221 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()
1223 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
DCompilerInstance.cpp172 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()
175 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
DCompilerInvocation.cpp3626 Opts.ImplicitPCHInclude = std::string(Args.getLastArgValue(OPT_include_pch)); in ParsePreprocessorArgs()
/external/llvm-project/clang/lib/ARCMigrate/
DARCMT.cpp179 if (!PPOpts.ImplicitPCHInclude.empty()) { in createInvocationForMigration()
188 PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags); in createInvocationForMigration()
191 PPOpts.ImplicitPCHInclude.clear(); in createInvocationForMigration()
/external/clang/lib/ARCMigrate/
DARCMT.cpp178 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/
DCompiler.cpp80 CI->getPreprocessorOpts().ImplicitPCHInclude.clear(); in buildCompilerInvocation()
/external/clang/tools/libclang/
DIndexing.cpp366 if (!PPOpts.ImplicitPCHInclude.empty()) { in CreateASTConsumer()
368 CI.getFileManager().getFile(PPOpts.ImplicitPCHInclude)); in CreateASTConsumer()
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp352 if (!PPOpts.ImplicitPCHInclude.empty()) { in CreateASTConsumer()
353 auto File = CI.getFileManager().getFile(PPOpts.ImplicitPCHInclude); in CreateASTConsumer()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp159 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp715 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
725 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
5869 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
DASTWriter.cpp1356 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()
/external/clang/lib/Serialization/
DASTReader.cpp582 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
4838 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
DASTWriter.cpp1486 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()