Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dnullptr.cpp65 int exprWithCleanups() { in exprWithCleanups() function
/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp314 hasParent(exprWithCleanups(returned_as_raw_ptr)))), in main()
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp999 varDecl(hasInitializer(exprWithCleanups())))); in TEST()
1002 varDecl(hasInitializer(exprWithCleanups())))); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp179 REGISTER_MATCHER(exprWithCleanups); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1074 ExprWithCleanups> exprWithCleanups; variable