Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h1230 void setGotoLoc(SourceLocation L) { GotoLoc = L; } in setGotoLoc() function
1261 void setGotoLoc(SourceLocation L) { GotoLoc = L; } in setGotoLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp252 S->setGotoLoc(ReadSourceLocation(Record, Idx)); in VisitGotoStmt()
258 S->setGotoLoc(ReadSourceLocation(Record, Idx)); in VisitIndirectGotoStmt()