Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DDanglingHandleCheck.cpp112 exprWithCleanups(has(ignoringParenImpCasts(ConvertedHandle))) in registerMatchersForVariables()
122 hasInitializer(exprWithCleanups( in registerMatchersForVariables()
172 returnStmt(has(exprWithCleanups(has(ignoringParenImpCasts(handleFrom( in registerMatchersForReturn()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp41 cxxConstructExpr(hasParent(exprWithCleanups( in isConstructorAssignment()
74 cxxConstructExpr(hasParent(exprWithCleanups( in isReturn()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DPreferRegisterOverUnsignedCheck.cpp27 varDecl(hasInitializer(exprWithCleanups( in registerMatchers()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnullptr.cpp82 int exprWithCleanups() { in exprWithCleanups() function
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp239 REGISTER_MATCHER(exprWithCleanups); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1372 traverse(TK_AsIs, varDecl(hasInitializer(exprWithCleanups()))))); in TEST_P()
1376 traverse(TK_AsIs, varDecl(hasInitializer(exprWithCleanups()))))); in TEST_P()
H A DASTMatchersTraversalTest.cpp2209 exprWithCleanups(has(ignoringElidableConstructorCall(callExpr())))))), in TEST()
2300 hasInitializer(exprWithCleanups(has(cxxConstructExpr( in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp848 exprWithCleanups; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1675 exprWithCleanups;
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp567 functionDecl(hasDescendant(exprWithCleanups(has(cxxConstructExpr( in TEST_P()