Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4479 SourceLocation AmpAmpLoc, LabelLoc; variable
4484 : Expr(AddrLabelExprClass, t, VK_PRValue, OK_Ordinary), AmpAmpLoc(AALoc), in AddrLabelExpr()
4493 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc()
4494 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; } in setAmpAmpLoc()
4498 SourceLocation getBeginLoc() const LLVM_READONLY { return AmpAmpLoc; } in getBeginLoc()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1214 SourceLocation AmpAmpLoc = ConsumeToken(); in ParseCastExpression() local
1221 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label); in ParseCastExpression()
1224 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD); in ParseCastExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3118 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, in RebuildAddrLabelExpr() argument
3120 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()