Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1241 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
DExpr.h3356 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp307 S->setLabelLoc(readSourceLocation()); in VisitGotoStmt()
1299 E->setLabelLoc(readSourceLocation()); in VisitAddrLabelExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp257 S->setLabelLoc(ReadSourceLocation(Record, Idx)); in VisitGotoStmt()
864 E->setLabelLoc(ReadSourceLocation(Record, Idx)); in VisitAddrLabelExpr()
/external/llvm-project/clang/include/clang/AST/
DStmt.h2591 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function
DExpr.h4242 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() function