OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllTransformations
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/ARCMigrate/
ARCMT.h
81
std::vector<TransformFn>
getAllTransformations
();
/external/clang/lib/ARCMigrate/
Transforms.cpp
274
//
getAllTransformations
.
289
std::vector<TransformFn> arcmt::
getAllTransformations
() {
ARCMT.cpp
224
std::vector<TransformFn> transforms = arcmt::
getAllTransformations
();
326
std::vector<TransformFn> transforms = arcmt::
getAllTransformations
();
/external/clang/tools/arcmt-test/
arcmt-test.cpp
173
std::vector<TransformFn> transforms = arcmt::
getAllTransformations
();
Completed in 173 milliseconds