Home
last modified time | relevance | path

Searched refs:setGotoLoc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2583 setGotoLoc(GL); in GotoStmt()
2593 void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; } in setGotoLoc() function
2623 setGotoLoc(gotoLoc); in IndirectGotoStmt()
2630 void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; } in setGotoLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp308 S->setGotoLoc(readSourceLocation()); in VisitGotoStmt()
314 S->setGotoLoc(readSourceLocation()); in VisitIndirectGotoStmt()