Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp142 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDARCMT.cpp173 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
415 PreprocessorOptions PPOpts; in getFileRemappings() local
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp291 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
878 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local
1241 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
HDFrontendAction.cpp264 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
HDASTUnit.cpp249 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
HDFrontendActions.cpp537 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp58 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenAction.cpp61 const PreprocessorOptions &PPOpts, in BackendConsumer()
HDCGDebugInfo.cpp1626 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp122 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
HDASTWriter.cpp1377 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h97 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h171 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()