Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5447 void CalledExpr(Expr *E) { CalledStmt(E); } in CalledExpr()
5450 void CalledStmt(Stmt *S);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp251 void Sema::ImplicitExceptionSpecification::CalledStmt(Stmt *S) { in CalledStmt() function in Sema::ImplicitExceptionSpecification
9270 ExceptSpec.CalledStmt(FD->getBody()); in ComputeDefaultedComparisonExceptionSpec()
9293 ExceptSpec.CalledStmt(Body.get()); in ComputeDefaultedComparisonExceptionSpec()