Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp113 GotoStmt, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h231 friend class GotoStmt; variable
2581 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function
2587 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt() function