Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp314 S->setLabelLoc(readSourceLocation()); in VisitGotoStmt()
1301 E->setLabelLoc(readSourceLocation()); in VisitAddrLabelExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2668 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
H A DExpr.h4329 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function