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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4142 SourceLocation AmpAmpLoc, LabelLoc; member in class:clang::final::AddrLabelExpr
4147 : Expr(AddrLabelExprClass, t, VK_RValue, OK_Ordinary), AmpAmpLoc(AALoc),
4156 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; }
4157 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; }
4161 SourceLocation getBeginLoc() const LLVM_READONLY { return AmpAmpLoc; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1442 SourceLocation AmpAmpLoc = ConsumeToken(); local
1449 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label);
1452 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2684 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, argument
2686 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label);

Completed in 161 milliseconds