Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1101 SourceLocation AmpAmpLoc = ConsumeToken(); in ParseCastExpression() local
1108 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label); in ParseCastExpression()
1111 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD); in ParseCastExpression()
/external/clang/include/clang/AST/
DExpr.h3340 SourceLocation AmpAmpLoc, LabelLoc; variable
3347 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {} in AddrLabelExpr()
3353 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc()
3354 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; } in setAmpAmpLoc()
3358 SourceLocation getLocStart() const LLVM_READONLY { return AmpAmpLoc; } in getLocStart()
/external/clang/lib/Sema/
DTreeTransform.h2301 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, in RebuildAddrLabelExpr() argument
2303 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()