Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1229 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function
1233 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } in GotoStmt() function
/external/clang/include/clang/Serialization/
DASTReader.h77 class GotoStmt; variable