Searched refs:applicator (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCommandLine.h1027 // applicator class - This class is used because we must use partial
1032 template <class Mod> struct applicator { struct in namespace:llvm::cl
1037 template <unsigned n> struct applicator<char[n]> { struct in namespace:llvm::cl
1042 template <unsigned n> struct applicator<const char[n]> { struct in namespace:llvm::cl
1047 template <> struct applicator<const char *> { struct in namespace:llvm::cl
1053 template <> struct applicator<NumOccurrencesFlag> { struct in namespace:llvm::cl
1058 template <> struct applicator<ValueExpected> { struct in namespace:llvm::cl
1061 template <> struct applicator<OptionHidden> { struct in namespace:llvm::cl
1064 template <> struct applicator<FormattingFlags> { struct in namespace:llvm::cl
1067 template <> struct applicator<MiscFlag struct in namespace:llvm::cl
[all...]
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp578 RewritesApplicator applicator(rewriter, Ctx, listener);
579 TA.applyRewrites(applicator);

Completed in 2246 milliseconds