Home
last modified time | relevance | path

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

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