Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp951 SourceLocation AmpAmpLoc = ConsumeToken(); in ParseCastExpression() local
958 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label); in ParseCastExpression()
961 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD); in ParseCastExpression()
/external/clang/include/clang/AST/
DExpr.h3322 SourceLocation AmpAmpLoc, LabelLoc; variable
3329 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {} in AddrLabelExpr()
3335 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc()
3336 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; } in setAmpAmpLoc()
3340 SourceLocation getLocStart() const LLVM_READONLY { return AmpAmpLoc; } in getLocStart()
/external/clang/lib/Sema/
DTreeTransform.h1786 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, in RebuildAddrLabelExpr() argument
1788 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()