Home
last modified time | relevance | path

Searched defs:visitReturnStmt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp367 void visitReturnStmt(const ReturnStmt *RS, const Decl *DeclWithIssue) const { in visitReturnStmt() function in __anon71c0f1610111::RetainPtrCtorAdoptChecker
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5352 bool Compiler<Emitter>::visitReturnStmt(const ReturnStmt *RS) { in visitReturnStmt() function in Compiler