Searched refs:getPreprocessorOpts (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp116 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes;
130 CInvok->getPreprocessorOpts().ChainedIncludes.clear();
131 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear();
132 CInvok->getPreprocessorOpts().DisablePCHValidation = true;
133 CInvok->getPreprocessorOpts().Includes.clear();
134 CInvok->getPreprocessorOpts().MacroIncludes.clear();
135 CInvok->getPreprocessorOpts().Macros.clear();
H A DFrontendAction.cpp587 CI.getPreprocessorOpts() = AST->getPreprocessorOpts();
723 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
725 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
740 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(),
847 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) {
856 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
862 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) {
867 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) {
870 CI.getPreprocessorOpts()
[all...]
H A DASTUnit.cpp161 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts();
263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1555 CI->getPreprocessorOpts().RetainRemappedFileBuffers = true;
1670 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true;
1762 CI->getPreprocessorOpts().addRemappedFile(RemappedFile.first,
1765 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts();
1845 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1849 Invocation->getPreprocessorOpts().clearRemappedFiles();
1851 Invocation->getPreprocessorOpts().addRemappedFile(RemappedFile.first,
2159 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts();
[all...]
H A DCompilerInstance.cpp171 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
384 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
500 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
1071 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1101 = ImportingInstance.getInvocation().getPreprocessorOpts();
1518 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
1830 if (getPreprocessorOpts().FailedModules &&
1831 getPreprocessorOpts().FailedModules->hasAlreadyFailed(ModuleName)) {
1844 if (getPreprocessorOpts().FailedModules)
1845 getPreprocessorOpts()
[all...]
H A DFrontendActions.cpp117 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors,
154 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors)
334 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
H A DPrecompiledPreamble.cpp318 PreambleInvocation->getPreprocessorOpts();
506 PreambleInvocation->getPreprocessorOpts();
797 auto &PreprocessorOpts = CI.getPreprocessorOpts();
H A DInitPreprocessor.cpp1157 PP.getPreprocessorOpts(), Builder);
1160 PP.getPreprocessorOpts(), Builder);
H A DCompilerInvocation.cpp116 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
3769 Res.getPreprocessorOpts(), Diags);
3806 ParsePreprocessorArgs(Res.getPreprocessorOpts(), Args, Diags,
3870 const PreprocessorOptions &ppOpts = getPreprocessorOpts();
3874 for (const auto &I : getPreprocessorOpts().Macros) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h108 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } function in class:clang::CompilerInvocationBase
110 const PreprocessorOptions &getPreprocessorOpts() const { function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h309 PreprocessorOptions &getPreprocessorOpts() { function in class:clang::CompilerInstance
310 return Invocation->getPreprocessorOpts();
312 const PreprocessorOptions &getPreprocessorOpts() const { function in class:clang::CompilerInstance
313 return Invocation->getPreprocessorOpts();
H A DASTUnit.h471 const PreprocessorOptions &getPreprocessorOpts() const { function in class:clang::ASTUnit
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
195 CInvok->getPreprocessorOpts().addMacroDef(define);
529 Remapper.applyMappings(CInvok->getPreprocessorOpts());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp117 Compiler.getPreprocessorOpts()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1044 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
1049 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
1052 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) {
1090 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
1093 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
1121 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
H A DLexer.cpp2945 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp144 PreprocessorOpts(CI.getPreprocessorOpts()),
H A DCodeGenAction.cpp1001 CI.getPreprocessorOpts(), CI.getCodeGenOpts(), CI.getTargetOpts(),
1150 CI.getPreprocessorOpts(), CI.getCodeGenOpts(),
H A DCodeGenModule.h682 const PreprocessorOptions &getPreprocessorOpts() function in class:clang::CodeGen::CodeGenModule
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp356 Invocation->getPreprocessorOpts().addRemappedFile(It.getKey(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp687 invocation->getPreprocessorOpts().addRemappedFile(ModuleImportBufferName,
H A DClangExpressionParser.cpp659 m_compiler->getHeaderSearchOpts(), m_compiler->getPreprocessorOpts(),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h910 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } function in class:clang::Preprocessor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp753 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts();
767 PP.getPreprocessorOpts(),
2890 if (!PP.getPreprocessorOpts().DisablePCHValidation &&
3920 if (!PP.getPreprocessorOpts().DisablePCHValidation && !ModMap) {
5531 if (!PP.getPreprocessorOpts().DisablePCHValidation &&
H A DASTWriter.cpp1334 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts();
2962 if (!PP->getPreprocessorOpts().WriteCommentListToPCH)

Completed in 384 milliseconds

12