Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h231 bool visitDefaultStmt(const DefaultStmt *S);
H A DCompiler.cpp5288 return visitDefaultStmt(cast<DefaultStmt>(S)); in visitStmt()
5746 bool Compiler<Emitter>::visitDefaultStmt(const DefaultStmt *S) { in visitDefaultStmt() function in Compiler