Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp646 mapToken(S->getLabelLoc()); in VisitGotoStmt()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp180 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 DStmt.h1227 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() function
H A DExpr.h3379 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() function
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2065 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 DTreeTransform.h5991 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(), in TransformGotoStmt()
7985 return getDerived().RebuildAddrLabelExpr(E->getAmpAmpLoc(), E->getLabelLoc(), in TransformAddrLabelExpr()