Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1037 SourceLocation AmpAmpLoc = ConsumeToken(); in ParseCastExpression() local
1044 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label); in ParseCastExpression()
1047 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD); in ParseCastExpression()
/external/clang/include/clang/AST/
DExpr.h3356 SourceLocation AmpAmpLoc, LabelLoc; variable
3363 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {} in AddrLabelExpr()
3369 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc()
3370 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; } in setAmpAmpLoc()
3374 SourceLocation getLocStart() const LLVM_READONLY { return AmpAmpLoc; } in getLocStart()
/external/clang/lib/Sema/
DTreeTransform.h2037 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, in RebuildAddrLabelExpr() argument
2039 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()