Home
last modified time | relevance | path

Searched refs:setLabelLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
DASTReaderStmt.cpp245 S->setLabelLoc(ReadSourceLocation(Record, Idx)); in VisitGotoStmt()
733 E->setLabelLoc(ReadSourceLocation(Record, Idx)); in VisitAddrLabelExpr()
/external/clang/include/clang/AST/
DStmt.h1201 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
DExpr.h3187 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function