HomeSort by relevance Sort by last modified time
    Searched refs:exprWithCleanups (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Analysis/
nullptr.cpp 63 int exprWithCleanups() {
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 303 hasParent(exprWithCleanups(returned_as_raw_ptr)))),
350 auto initialized_with_temporary = ignoringImpCasts(exprWithCleanups(
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 152 REGISTER_MATCHER(exprWithCleanups);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 678 const internal::VariadicDynCastAllOfMatcher<Stmt, ExprWithCleanups>
679 exprWithCleanups;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 204 milliseconds