Home
last modified time | relevance | path

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

/external/clang/include/clang/ARCMigrate/
DFileRemapper.h27 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
60 void transferMappingsAndClear(PreprocessorOptions &PPOpts);
/external/clang/include/clang/Frontend/
DCompilerInvocation.h94 PreprocessorOptions PreprocessorOpts;
190 PreprocessorOptions &getPreprocessorOpts() { return PreprocessorOpts; } in getPreprocessorOpts()
191 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
DUtils.h40 class PreprocessorOptions; variable
56 const PreprocessorOptions &PPOpts,
DPreprocessorOptions.h41 class PreprocessorOptions {
168 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false), in PreprocessorOptions() function
DCompilerInstance.h242 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
245 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
/external/clang/lib/Frontend/
DASTUnit.cpp240 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
241 for (PreprocessorOptions::remapped_file_buffer_iterator in ~ASTUnit()
1108 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse()
1213 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble()
1223 for (PreprocessorOptions::remapped_file_iterator in ComputePreamble()
1248 for (PreprocessorOptions::remapped_file_buffer_iterator in ComputePreamble()
1324 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble()
1366 for (PreprocessorOptions::remapped_file_iterator in getMainBufferWithPrecompiledPreamble()
1382 for (PreprocessorOptions::remapped_file_buffer_iterator in getMainBufferWithPrecompiledPreamble()
1948 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine()
[all …]
DInitPreprocessor.cpp635 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping()
637 for (PreprocessorOptions::const_remapped_file_buffer_iterator in InitializeFileRemapping()
661 for (PreprocessorOptions::const_remapped_file_iterator in InitializeFileRemapping()
696 const PreprocessorOptions &InitOpts, in InitializePreprocessor()
DCompilerInstance.cpp236 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor()
759 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModule()
939 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in loadModule()
DCompilerInvocation.cpp866 static void PreprocessorOptsToArgs(const PreprocessorOptions &Opts, in PreprocessorOptsToArgs()
2166 static void ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp208 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
222 void FileRemapper::transferMappingsAndClear(PreprocessorOptions &PPOpts) { in transferMappingsAndClear()
DARCMT.cpp445 PreprocessorOptions PPOpts; in getFileRemappings()
474 PreprocessorOptions PPOpts; in getFileRemappingsFromFileList()
476 for (PreprocessorOptions::remapped_file_iterator in getFileRemappingsFromFileList()
/external/clang/lib/Rewrite/Frontend/
DFrontendActions.cpp143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp138 PreprocessorOptions PPOpts; in printResult()
/external/clang/tools/libclang/
DIndexing.cpp376 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()