Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DARCMT.cpp172 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
431 PreprocessorOptions PPOpts; in getFileRemappings() local
461 PreprocessorOptions PPOpts; in getFileRemappingsFromFileList() local
DFileRemapper.cpp213 void FileRemapper::transferMappingsAndClear(PreprocessorOptions &PPOpts) { in transferMappingsAndClear()
/external/clang/lib/Rewrite/Frontend/
DFrontendActions.cpp141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp212 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
811 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModule() local
1155 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in loadModule() local
DFrontendAction.cpp240 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
DFrontendActions.cpp399 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
DASTUnit.cpp255 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
2019 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
2077 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
/external/clang/tools/arcmt-test/
Darcmt-test.cpp139 PreprocessorOptions PPOpts; in printResult() local
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp139 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() local
/external/clang/lib/Lex/
DPreprocessor.cpp57 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
/external/clang/tools/libclang/
DIndexing.cpp426 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local
640 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
/external/clang/lib/Serialization/
DASTReader.cpp219 static void collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
258 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
370 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
3456 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
3613 const PreprocessorOptions &PPOpts) { in isAcceptableASTFile()
4081 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
DASTWriter.cpp1167 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
/external/clang/include/clang/Lex/
DPreprocessor.h87 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
/external/clang/include/clang/Serialization/
DASTReader.h163 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()