Home
last modified time | relevance | path

Searched defs:origCI (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp147 static bool HasARCRuntime(CompilerInvocation &origCI) { in HasARCRuntime()
169 createInvocationForMigration(CompilerInvocation &origCI) { in createInvocationForMigration()
233 bool arcmt::checkForManualIssues(CompilerInvocation &origCI, in checkForManualIssues()
333 static bool applyTransforms(CompilerInvocation &origCI, in applyTransforms()
379 bool arcmt::applyTransformations(CompilerInvocation &origCI, in applyTransformations()
386 bool arcmt::migrateWithTemporaryFiles(CompilerInvocation &origCI, in migrateWithTemporaryFiles()
/minix3/external/bsd/llvm/dist/clang/tools/arcmt-test/
H A Darcmt-test.cpp159 CompilerInvocation origCI; in performTransformations() local