Searched refs:AmpAmpLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1540 SourceLocation AmpAmpLoc = ConsumeToken(); in ParseCastExpression() local 1547 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label); in ParseCastExpression() 1550 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD); in ParseCastExpression()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4363 SourceLocation AmpAmpLoc, LabelLoc; variable 4368 : Expr(AddrLabelExprClass, t, VK_PRValue, OK_Ordinary), AmpAmpLoc(AALoc), in AddrLabelExpr() 4377 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc() 4378 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; } in setAmpAmpLoc() 4382 SourceLocation getBeginLoc() const LLVM_READONLY { return AmpAmpLoc; } in getBeginLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 3075 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, in RebuildAddrLabelExpr() argument 3077 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()
|