Searched defs:PPOpts (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | FrontendActions.cpp | 142 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | ARCMT.cpp | 173 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local 415 PreprocessorOptions PPOpts; in getFileRemappings() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | CompilerInstance.cpp | 291 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 878 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local 1241 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
|
| HD | FrontendAction.cpp | 264 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
| HD | ASTUnit.cpp | 249 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local 686 PreprocessorOptions *PPOpts = new PreprocessorOptions(); in LoadFromASTFile() local 1964 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local 2028 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
|
| HD | FrontendActions.cpp | 537 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | Preprocessor.cpp | 58 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenAction.cpp | 61 const PreprocessorOptions &PPOpts, in BackendConsumer()
|
| HD | CGDebugInfo.cpp | 1626 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 122 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 443 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 482 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 592 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 3959 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 4164 const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, in isAcceptableASTFile() 4556 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
|
| HD | ASTWriter.cpp | 1377 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | Preprocessor.h | 97 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/ |
| HD | ASTReader.h | 171 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|