Searched defs:GL (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1189 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) argument
1190 : Stmt(GotoStmtClass), Label(label), GotoLoc(GL), LabelLoc(LL) {}

Completed in 66 milliseconds