Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1038 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function
1042 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } in GotoStmt() function
1058 static bool classof(const GotoStmt *) { return true; } in classof()
/external/clang/include/clang/Serialization/
DASTReader.h61 class GotoStmt; variable