Home
last modified time | relevance | path

Searched defs:PPOpts (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
521 PreprocessorOptions &PPOpts; member in __anon539022680211::ASTInfoCollector
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
585 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
1773 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
1852 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
H A DCompilerInstance.cpp233 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
455 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1671 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
H A DInitPreprocessor.cpp742 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
H A DFrontendAction.cpp770 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
H A DFrontendActions.cpp660 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp152 const PreprocessorOptions &PPOpts, in BackendConsumer()
178 const PreprocessorOptions &PPOpts, in BackendConsumer()
H A DCGDebugInfo.cpp2723 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local
593 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h119 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp211 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
593 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
645 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
784 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
797 const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
814 const PreprocessorOptions &PPOpts) { in checkHeaderSearchOptions()
5207 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
5500 const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
5970 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
H A DASTWriter.cpp1455 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h201 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h133 std::shared_ptr<PreprocessorOptions> PPOpts; variable