Searched refs:getLabelLoc (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 646 mapToken(S->getLabelLoc()); in VisitGotoStmt()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 180 Writer.AddSourceLocation(S->getLabelLoc(), Record); in VisitGotoStmt() 757 Writer.AddSourceLocation(E->getLabelLoc(), Record); in VisitAddrLabelExpr()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Stmt.h | 1227 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() function
|
| H A D | Expr.h | 3379 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() function
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2065 WL.push_back(LabelRefVisit(E->getLabel(), E->getLabelLoc(), Parent)); in VisitAddrLabelExpr() 2221 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent)); in VisitGotoStmt()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 5991 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(), in TransformGotoStmt() 7985 return getDerived().RebuildAddrLabelExpr(E->getAmpAmpLoc(), E->getLabelLoc(), in TransformAddrLabelExpr()
|