Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h67 bool visitAttributedStmt(const AttributedStmt *S);
H A DByteCodeStmtGen.cpp277 return visitAttributedStmt(cast<AttributedStmt>(S)); in visitStmt()
663 bool ByteCodeStmtGen<Emitter>::visitAttributedStmt(const AttributedStmt *S) { in visitAttributedStmt() function in ByteCodeStmtGen