Home
last modified time | relevance | path

Searched refs:is_scoped_refptr (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp277 auto is_scoped_refptr = cxxRecordDecl(isSameOrDerivedFrom("::scoped_refptr"), in main() local
283 cxxMemberCallExpr(thisPointerType(is_scoped_refptr), in main()
391 id("expr", expr(hasType(is_scoped_refptr))))), in main()
404 hasAnyArgument(id("expr", expr(hasType(is_scoped_refptr)))), in main()
418 hasArgument(0, id("expr", expr(hasType(is_scoped_refptr)))), in main()