Home
last modified time | relevance | path

Searched refs:AmpAmpLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp986 SourceLocation AmpAmpLoc = ConsumeToken(); in ParseCastExpression() local
993 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label); in ParseCastExpression()
996 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD); in ParseCastExpression()
/external/clang/include/clang/AST/
DExpr.h3171 SourceLocation AmpAmpLoc, LabelLoc; variable
3178 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {} in AddrLabelExpr()
3184 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc()
3185 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; } in setAmpAmpLoc()
3190 return SourceRange(AmpAmpLoc, LabelLoc); in getSourceRange()
/external/clang/lib/Sema/
DTreeTransform.h1697 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, in RebuildAddrLabelExpr() argument
1699 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()