Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1226 void setGotoLoc(SourceLocation L) { GotoLoc = L; } in setGotoLoc() function
1257 void setGotoLoc(SourceLocation L) { GotoLoc = L; } in setGotoLoc() function
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp252 S->setGotoLoc(ReadSourceLocation(Record, Idx)); in VisitGotoStmt()
258 S->setGotoLoc(ReadSourceLocation(Record, Idx)); in VisitIndirectGotoStmt()