Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h212 bool visitAttributedStmt(const AttributedStmt *S);
HDCompiler.cpp4197 return visitAttributedStmt(cast<AttributedStmt>(S)); in visitStmt()
4610 bool Compiler<Emitter>::visitAttributedStmt(const AttributedStmt *S) { in visitAttributedStmt() function in Compiler