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

/external/clang/lib/Parse/
H A DParseExpr.cpp915 SourceLocation AmpAmpLoc = ConsumeToken(); local
922 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label);
925 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD);
/external/clang/include/clang/AST/
H A DExpr.h3352 SourceLocation AmpAmpLoc, LabelLoc; member in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr
3359 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {}
3365 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; }
3366 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; }
3370 SourceLocation getLocStart() const LLVM_READONLY { return AmpAmpLoc; }
/external/clang/lib/Sema/
H A DTreeTransform.h1980 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, argument
1982 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label);

Completed in 693 milliseconds