Home
last modified time | relevance | path

Searched refs:PreprocessorOptions (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/include/clang/Lex/
DPreprocessorOptions.h44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> {
143 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false), in PreprocessorOptions() function
DPreprocessor.h60 class PreprocessorOptions; variable
97 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts;
646 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
678 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
92 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
DUtils.h50 class PreprocessorOptions; variable
65 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
DCompilerInstance.h301 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
304 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
/external/clang/include/clang/CodeGen/
DModuleBuilder.h30 class PreprocessorOptions; variable
48 const PreprocessorOptions &PreprocessorOpts,
DCodeGenABITypes.h45 class PreprocessorOptions; variable
82 std::unique_ptr<PreprocessorOptions> PPO;
/external/clang/include/clang/ARCMigrate/
DFileRemapper.h27 class PreprocessorOptions; variable
57 void applyMappings(PreprocessorOptions &PPOpts) const;
/external/clang/lib/CodeGen/
DModuleBuilder.cpp35 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
62 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
245 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
DCodeGenABITypes.cpp32 PPO(new PreprocessorOptions), in CodeGenABITypes()
DCodeGenModule.h73 class PreprocessorOptions; variable
263 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
489 const PreprocessorOptions &ppopts,
598 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
DObjectFilePCHContainerOperations.cpp48 const PreprocessorOptions &PreprocessorOpts;
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange()
205 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr, in PragmaOpenCLExtensionCall()
DPPConditionalDirectiveRecordTest.cpp98 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
DLexerTest.cpp70 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in CheckLex()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp83 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
200 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
298 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
/external/clang/lib/Frontend/
DCompilerInstance.cpp249 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping()
297 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor()
898 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl()
922 PreprocessorOptions &ImportingPPOpts in compileModuleImpl()
925 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet; in compileModuleImpl()
1265 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager()
DASTUnit.cpp250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
687 PreprocessorOptions *PPOpts = new PreprocessorOptions(); in LoadFromASTFile()
1110 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse()
1192 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble()
1350 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble()
1964 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine()
2032 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
2329 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
DFrontendAction.cpp264 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
/external/clang/include/clang/Serialization/
DASTReader.h83 class PreprocessorOptions; variable
173 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
245 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
276 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
1506 const PreprocessorOptions &PPOpts,
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp142 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/external/clang/lib/ARCMigrate/
DARCMT.cpp176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
419 PreprocessorOptions PPOpts; in getFileRemappings()
DFileRemapper.cpp192 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp141 PreprocessorOptions PPOpts; in printResult()
/external/clang/tools/libclang/
DIndexing.cpp419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer()
606 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()

12