Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp313 S->setLabelLoc(readSourceLocation()); in VisitGotoStmt()
1295 E->setLabelLoc(readSourceLocation()); in VisitAddrLabelExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2656 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
H A DExpr.h4322 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function