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
53
applyTransformations(CompilerInvocation &
origCI
,
70
CompilerInvocation &
origCI
, const FrontendInputFile &Input,
98
CompilerInvocation
OrigCI
;
/external/clang/lib/ARCMigrate/
ARCMT.cpp
147
static bool HasARCRuntime(CompilerInvocation &
origCI
) {
151
llvm::Triple triple(
origCI
.getTargetOpts().Triple);
172
createInvocationForMigration(CompilerInvocation &
origCI
,
175
CInvok.reset(new CompilerInvocation(
origCI
));
180
FileManager FileMgr(
origCI
.getFileSystemOpts());
183
new DiagnosticsEngine(DiagID, &
origCI
.getDiagnosticOpts(),
212
CInvok->getLangOpts()->ObjCWeakRuntime = HasARCRuntime(
origCI
);
238
CompilerInvocation &
origCI
, const FrontendInputFile &Input,
242
if (!
origCI
.getLangOpts()->ObjC1)
245
LangOptions::GCMode OrigGCMode =
origCI
.getLangOpts()->getGC()
[
all
...]
Completed in 504 milliseconds