Home
last modified time | relevance | path

Searched defs:ContinueStmt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp116 ContinueStmt, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h241 friend class ContinueStmt; variable
2666 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass) { in ContinueStmt() function
2671 explicit ContinueStmt(EmptyShell Empty) : Stmt(ContinueStmtClass, Empty) {} in ContinueStmt() function