Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h202 bool visitIfStmt(const IfStmt *IS);
H A DCompiler.cpp4177 return visitIfStmt(cast<IfStmt>(S)); in visitStmt()
4294 template <class Emitter> bool Compiler<Emitter>::visitIfStmt(const IfStmt *IS) { in visitIfStmt() function in Compiler