Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1196 void setGotoLoc(SourceLocation L) { GotoLoc = L; } in setGotoLoc() function
1227 void setGotoLoc(SourceLocation L) { GotoLoc = L; } in setGotoLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp252 S->setGotoLoc(ReadSourceLocation(Record, Idx)); in VisitGotoStmt()
258 S->setGotoLoc(ReadSourceLocation(Record, Idx)); in VisitIndirectGotoStmt()