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

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

Completed in 205 milliseconds