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

12

/freebsd-11-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.cpp575 CI.getPreprocessorOpts() = AST->getPreprocessorOpts();
709 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
711 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
726 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(),
833 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) {
842 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
848 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) {
853 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) {
856 CI.getPreprocessorOpts()
[all...]
H A DASTUnit.cpp161 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts();
263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1554 CI->getPreprocessorOpts().RetainRemappedFileBuffers = true;
1668 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true;
1760 CI->getPreprocessorOpts().addRemappedFile(RemappedFile.first,
1763 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts();
1842 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1846 Invocation->getPreprocessorOpts().clearRemappedFiles();
1848 Invocation->getPreprocessorOpts().addRemappedFile(RemappedFile.first,
2156 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts();
[all...]
H A DCompilerInstance.cpp167 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
380 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
496 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
1052 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1082 = ImportingInstance.getInvocation().getPreprocessorOpts();
1499 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
1811 if (getPreprocessorOpts().FailedModules &&
1812 getPreprocessorOpts().FailedModules->hasAlreadyFailed(ModuleName)) {
1825 if (getPreprocessorOpts().FailedModules)
1826 getPreprocessorOpts()
[all...]
H A DFrontendActions.cpp115 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors,
152 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors)
332 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
H A DPrecompiledPreamble.cpp247 PreambleInvocation->getPreprocessorOpts();
429 PreambleInvocation->getPreprocessorOpts();
698 auto &PreprocessorOpts = CI.getPreprocessorOpts();
H A DInitPreprocessor.cpp1150 PP.getPreprocessorOpts(), Builder);
1153 PP.getPreprocessorOpts(), Builder);
H A DCompilerInvocation.cpp114 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
3583 Res.getPreprocessorOpts(), Diags);
3620 ParsePreprocessorArgs(Res.getPreprocessorOpts(), Args, Diags,
3670 const PreprocessorOptions &ppOpts = getPreprocessorOpts();
3674 for (const auto &I : getPreprocessorOpts().Macros) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h109 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } function in class:clang::CompilerInvocationBase
111 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-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp177 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
194 CInvok->getPreprocessorOpts().addMacroDef(define);
528 Remapper.applyMappings(CInvok->getPreprocessorOpts());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp117 Compiler.getPreprocessorOpts()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1039 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
1044 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
1047 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) {
1085 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
1088 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
1116 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash)
H A DLexer.cpp2939 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp144 PreprocessorOpts(CI.getPreprocessorOpts()),
H A DCodeGenAction.cpp996 CI.getPreprocessorOpts(), CI.getCodeGenOpts(), CI.getTargetOpts(),
1145 CI.getPreprocessorOpts(), CI.getCodeGenOpts(),
H A DCodeGenModule.h678 const PreprocessorOptions &getPreprocessorOpts() function in class:clang::CodeGen::CodeGenModule
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp658 invocation->getPreprocessorOpts().addRemappedFile(ModuleImportBufferName,
H A DClangExpressionParser.cpp616 m_compiler->getHeaderSearchOpts(), m_compiler->getPreprocessorOpts(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp354 Invocation->getPreprocessorOpts().addRemappedFile(It.getKey(),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h902 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } function in class:clang::Preprocessor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp751 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts();
765 PP.getPreprocessorOpts(),
2890 if (!PP.getPreprocessorOpts().DisablePCHValidation &&
3886 if (!PP.getPreprocessorOpts().DisablePCHValidation && !ModMap) {
5492 if (!PP.getPreprocessorOpts().DisablePCHValidation &&
H A DASTWriter.cpp1291 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts();
2904 if (!PP->getPreprocessorOpts().WriteCommentListToPCH)

Completed in 429 milliseconds

12