OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrigCI
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/ARCMigrate/
ARCMT.h
49
bool applyTransformations(CompilerInvocation &
origCI
,
64
bool migrateWithTemporaryFiles(CompilerInvocation &
origCI
,
84
CompilerInvocation
OrigCI
;
/external/clang/lib/ARCMigrate/
ARCMT.cpp
145
static bool HasARCRuntime(CompilerInvocation &
origCI
) {
150
for (unsigned i = 0, e =
origCI
.getPreprocessorOpts().Macros.size();
152
StringRef define =
origCI
.getPreprocessorOpts().Macros[i].first;
153
bool isUndef =
origCI
.getPreprocessorOpts().Macros[i].second;
164
llvm::Triple triple(
origCI
.getTargetOpts().Triple);
181
CompilerInvocation *createInvocationForMigration(CompilerInvocation &
origCI
) {
183
CInvok.reset(new CompilerInvocation(
origCI
));
193
CInvok->getLangOpts().ObjCRuntimeHasWeak = HasARCRuntime(
origCI
);
216
bool arcmt::checkForManualIssues(CompilerInvocation &
origCI
,
221
if (!
origCI
.getLangOpts().ObjC1
[
all
...]
Completed in 116 milliseconds