Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp309 S->setLabelLoc(ReadSourceLocation()); in VisitGotoStmt()
974 E->setLabelLoc(ReadSourceLocation()); in VisitAddrLabelExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2323 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
H A DExpr.h3779 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function