Home
last modified time | relevance | path

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

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