Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h54 bool visitDeclStmt(const DeclStmt *DS);
H A DByteCodeStmtGen.cpp250 return visitDeclStmt(cast<DeclStmt>(S)); in visitStmt()
318 bool ByteCodeStmtGen<Emitter>::visitDeclStmt(const DeclStmt *DS) { in visitDeclStmt() function in ByteCodeStmtGen
379 if (!visitDeclStmt(CondDecl)) in visitIfStmt()