Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp299 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
934 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local
1301 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
H A DASTUnit.cpp250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
687 PreprocessorOptions *PPOpts = new PreprocessorOptions(); in LoadFromASTFile() local
1972 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
2040 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
H A DFrontendAction.cpp282 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
H A DCompilerInvocation.cpp1473 PreprocessorOptions &PPOpts, in setLangDefaults()
1608 PreprocessorOptions &PPOpts, in ParseLangArgs()
H A DFrontendActions.cpp552 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DARCMT.cpp177 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
420 PreprocessorOptions PPOpts; in getFileRemappings() local
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInvocation.h89 std::shared_ptr<PreprocessorOptions> PPOpts; variable
DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInvocation.h89 std::shared_ptr<PreprocessorOptions> PPOpts; variable
DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInvocation.h89 std::shared_ptr<PreprocessorOptions> PPOpts; variable
DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInvocation.h89 std::shared_ptr<PreprocessorOptions> PPOpts; variable
DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/aosp_15_r20/external/clang/tools/libclang/
H A DIndexing.cpp364 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local
559 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
/aosp_15_r20/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp141 PreprocessorOptions PPOpts; in printResult() local
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp124 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
460 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
499 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
609 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
4185 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
4405 const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
4816 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
/aosp_15_r20/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() local
/aosp_15_r20/external/clang/lib/Lex/
H A DPreprocessor.cpp62 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp67 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
/aosp_15_r20/external/clang/include/clang/Lex/
H A DPreprocessor.h98 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTReader.h174 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTReader.h202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTReader.h202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()

12