Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dnullptr.cpp65 int exprWithCleanups() { in exprWithCleanups() function
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp172 REGISTER_MATCHER(exprWithCleanups); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h965 ExprWithCleanups> exprWithCleanups; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp3401 varDecl(hasInitializer(exprWithCleanups())))); in TEST()
3404 varDecl(hasInitializer(exprWithCleanups())))); in TEST()