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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h997 // applicator class - This class is used because we must use partial
1002 template<class Mod> struct applicator { struct in namespace:llvm::cl
1008 template<unsigned n> struct applicator<char[n]> { struct in namespace:llvm::cl
1012 template<unsigned n> struct applicator<const char[n]> { struct in namespace:llvm::cl
1016 template<> struct applicator<const char*> { struct in namespace:llvm::cl
1021 template<> struct applicator<NumOccurrencesFlag> { struct in namespace:llvm::cl
1026 template<> struct applicator<ValueExpected> { struct in namespace:llvm::cl
1029 template<> struct applicator<OptionHidden> { struct in namespace:llvm::cl
1032 template<> struct applicator<FormattingFlags> { struct in namespace:llvm::cl
1035 template<> struct applicator<MiscFlag struct in namespace:llvm::cl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp620 RewritesApplicator applicator(rewriter, Ctx, listener);
621 TA.applyRewrites(applicator);

Completed in 76 milliseconds