Searched refs:returnStmt (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp129 anyOf(gotoStmt(), switchStmt(), returnStmt(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp283 const auto AsNonConstRefReturn = returnStmt(hasReturnValue(
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp754 const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp480 REGISTER_MATCHER(returnStmt);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2037 /// returnStmt()
2039 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt;
6648 /// returnStmt(forFunction(hasName("operator=")))

Completed in 220 milliseconds