Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp253 S->setLabelLoc(ReadSourceLocation(Record, Idx)); in VisitGotoStmt()
819 E->setLabelLoc(ReadSourceLocation(Record, Idx)); in VisitAddrLabelExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1228 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
H A DExpr.h3380 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function