Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp253 S->setLabelLoc(ReadSourceLocation(Record, Idx)); in VisitGotoStmt()
829 E->setLabelLoc(ReadSourceLocation(Record, Idx)); in VisitAddrLabelExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h1232 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
HDExpr.h3374 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function