Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp849 SourceLocation AmpAmpLoc = ConsumeToken(); in ParseCastExpression() local
856 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label); in ParseCastExpression()
859 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD); in ParseCastExpression()
/external/clang/include/clang/AST/
DExpr.h2997 SourceLocation AmpAmpLoc, LabelLoc; variable
3004 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {} in AddrLabelExpr()
3010 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc()
3011 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; } in setAmpAmpLoc()
3016 return SourceRange(AmpAmpLoc, LabelLoc); in getSourceRange()
/external/clang/lib/Sema/
DTreeTransform.h1621 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, in RebuildAddrLabelExpr() argument
1623 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()