Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp309 S->setLabelLoc(readSourceLocation()); in VisitGotoStmt()
1300 E->setLabelLoc(readSourceLocation()); in VisitAddrLabelExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2595 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
H A DExpr.h4244 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function