Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmt.h2656 setGotoLoc(GL); in GotoStmt()
2666 void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; } in setGotoLoc() function
2696 setGotoLoc(gotoLoc); in IndirectGotoStmt()
2703 void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; } in setGotoLoc() function
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderStmt.cpp313 S->setGotoLoc(readSourceLocation()); in VisitGotoStmt()
319 S->setGotoLoc(readSourceLocation()); in VisitIndirectGotoStmt()