Searched defs:VarRewriterCallback (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp172 class VarRewriterCallback : public MatchFinder::MatchCallback { class in namespace:__anon16429
174 explicit VarRewriterCallback(Replacements* replacements) function in class:__anon16429::VarRewriterCallback
182 void VarRewriterCallback::run(const MatchFinder::MatchResult& result) {
349 VarRewriterCallback var_callback(&replacements);

Completed in 60 milliseconds