Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h213 bool visitCXXTryStmt(const CXXTryStmt *S);
H A DCompiler.cpp4199 return visitCXXTryStmt(cast<CXXTryStmt>(S)); in visitStmt()
4641 bool Compiler<Emitter>::visitCXXTryStmt(const CXXTryStmt *S) { in visitCXXTryStmt() function in Compiler