Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp135 anyOf(gotoStmt(), switchStmt(), returnStmt(), in hasSuspiciousStmt()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp438 returnStmt(hasReturnValue(canResolveToExpr(Exp))); in findDirectMutation()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp558 REGISTER_MATCHER(returnStmt); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp910 const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt; variable
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2283 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt;