Home
last modified time | relevance | path

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

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