Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h232 bool visitAttributedStmt(const AttributedStmt *S);
H A DCompiler.cpp5290 return visitAttributedStmt(cast<AttributedStmt>(S)); in visitStmt()
5752 bool Compiler<Emitter>::visitAttributedStmt(const AttributedStmt *S) { in visitAttributedStmt() function in Compiler