Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp313 S->setLabelLoc(readSourceLocation()); in VisitGotoStmt()
1350 E->setLabelLoc(readSourceLocation()); in VisitAddrLabelExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2991 void setLabelLoc(SourceLocation L) { LabelLoc = L; }
H A DExpr.h4496 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function