Searched defs:PPOpts (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp634 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, const PreprocessorOptions &PPOpts, MacroBuilder &Builder) argument
H A DFrontendAction.cpp726 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); local
H A DCompilerInstance.cpp227 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); local
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); local
1053 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1501 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); local
[all...]
H A DASTUnit.cpp264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
521 PreprocessorOptions &PPOpts; member in class:__anon616::ASTInfoCollector
529 ASTInfoCollector(Preprocessor &PP, ASTContext *Context, HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, LangOptions &LangOpt, std::shared_ptr<TargetOptions> &TargetOpts, IntrusiveRefCntPtr<TargetInfo> &Target, unsigned &Counter) argument
1744 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); local
1824 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp133 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, const TargetOptions &TargetOpts, const LangOptions &LangOpts, const std::string &InFile, SmallVector<LinkModule, 4> LinkModules, std::unique_ptr<raw_pwrite_stream> OS, LLVMContext &C, CoverageSourceInfo *CoverageInfo = nullptr) argument
158 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, const TargetOptions &TargetOpts, const LangOptions &LangOpts, SmallVector<LinkModule, 4> LinkModules, LLVMContext &C, CoverageSourceInfo *CoverageInfo = nullptr) argument
H A DCGDebugInfo.cpp2605 const auto &PPOpts = CGM.getPreprocessorOpts(); local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; member in class:clang::ASTUnit
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); variable
590 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1335 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); local
[all...]
H A DASTReader.cpp589 collectMacroDefinitions(const PreprocessorOptions &PPOpts, argument
631 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, argument
207 ReadPreprocessorOptions( const PreprocessorOptions &PPOpts, bool Complain, std::string &SuggestedPredefines) argument
753 ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, std::string &SuggestedPredefines) argument
765 ReadPreprocessorOptions( const PreprocessorOptions &PPOpts, bool Complain, std::string &SuggestedPredefines) argument
5425 isAcceptableASTFile(StringRef Filename, FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr, const LangOptions &LangOpts, const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, StringRef ExistingModuleCachePath) argument
5874 PreprocessorOptions PPOpts; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h184 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h134 std::shared_ptr<PreprocessorOptions> PPOpts; member in class:clang::Preprocessor

Completed in 312 milliseconds