Searched refs:getLabelLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp180 Writer.AddSourceLocation(S->getLabelLoc(), Record);
756 Writer.AddSourceLocation(E->getLabelLoc(), Record);
/external/clang/include/clang/AST/
H A DStmt.h1197 SourceLocation getLabelLoc() const { return LabelLoc; } function in class:clang::GotoStmt
H A DExpr.h3337 SourceLocation getLabelLoc() const { return LabelLoc; } function in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr
/external/clang/tools/libclang/
H A DCIndex.cpp1952 WL.push_back(LabelRefVisit(E->getLabel(), E->getLabelLoc(), Parent));
2104 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent));
/external/clang/lib/Sema/
H A DTreeTransform.h5609 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(),
7065 return getDerived().RebuildAddrLabelExpr(E->getAmpAmpLoc(), E->getLabelLoc(),

Completed in 270 milliseconds