OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMigratorOpts
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInvocation.h
172
MigratorOptions &
getMigratorOpts
() { return MigratorOpts; }
173
const MigratorOptions &
getMigratorOpts
() const {
/external/clang/lib/ARCMigrate/
ARCMT.cpp
246
bool NoNSAllocReallocError = origCI.
getMigratorOpts
().NoNSAllocReallocError;
247
bool NoFinalizeRemoval = origCI.
getMigratorOpts
().NoFinalizeRemoval;
360
bool NoFinalizeRemoval = origCI.
getMigratorOpts
().NoFinalizeRemoval;
/external/clang/tools/arcmt-test/
arcmt-test.cpp
179
origCI.
getMigratorOpts
().NoFinalizeRemoval);
/external/clang/lib/Frontend/
CompilerInvocation.cpp
[
all
...]
Completed in 55 milliseconds