Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp114 GotoStmt, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h236 friend class GotoStmt; variable
2654 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function
2660 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt() function