Searched refs:getLabelLoc (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FindTarget.cpp | 804 GS->getLabelLoc(), in refInStmt()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Stmt.h | 2655 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() function 2659 SourceLocation getEndLoc() const { return getLabelLoc(); } in getEndLoc()
|
| H A D | Expr.h | 4321 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 236 Record.AddSourceLocation(S->getLabelLoc()); in VisitGotoStmt() 1169 Record.AddSourceLocation(E->getLabelLoc()); in VisitAddrLabelExpr()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2710 WL.push_back(LabelRefVisit(E->getLabel(), E->getLabelLoc(), Parent)); in VisitAddrLabelExpr() 2864 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent)); in VisitGotoStmt()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6550 auto ToLabelLoc = importChecked(Err, S->getLabelLoc()); in VisitGotoStmt() 7111 auto ToLabelLoc = importChecked(Err, E->getLabelLoc()); in VisitAddrLabelExpr()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7657 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(), in TransformGotoStmt() 11602 return getDerived().RebuildAddrLabelExpr(E->getAmpAmpLoc(), E->getLabelLoc(), in TransformAddrLabelExpr()
|