Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dnullptr.cpp63 int exprWithCleanups() { in exprWithCleanups() function
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp154 REGISTER_MATCHER(exprWithCleanups); in RegistryMaps()
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h869 exprWithCleanups; variable
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3128 varDecl(hasInitializer(exprWithCleanups())))); in TEST()
3131 varDecl(hasInitializer(exprWithCleanups())))); in TEST()