Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp115 BreakStmt, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h250 friend class BreakStmt; variable
2696 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass) { in BreakStmt() function
2701 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) {} in BreakStmt() function