Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1540 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 DExpr.h4363 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 DTreeTransform.h3075 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, in RebuildAddrLabelExpr() argument
3077 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()