Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1078 SourceLocation AmpAmpLoc = ConsumeToken(); in ParseCastExpression() local
1085 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label); in ParseCastExpression()
1088 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD); in ParseCastExpression()
/external/clang/include/clang/AST/
DExpr.h3406 SourceLocation AmpAmpLoc, LabelLoc; variable
3413 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {} in AddrLabelExpr()
3419 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc()
3420 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; } in setAmpAmpLoc()
3424 SourceLocation getLocStart() const LLVM_READONLY { return AmpAmpLoc; } in getLocStart()
/external/clang/lib/Sema/
DTreeTransform.h2228 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, in RebuildAddrLabelExpr() argument
2230 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()