Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp11950 static void SearchForReturnInStmt(Sema &Self, Stmt *S) { in SearchForReturnInStmt() function
11959 SearchForReturnInStmt(Self, SubStmt); in SearchForReturnInStmt()
11966 SearchForReturnInStmt(*this, Handler); in DiagnoseReturnInConstructorExceptionHandler()