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

/external/clang/lib/Parse/
H A DParseExpr.cpp945 SourceLocation AmpAmpLoc = ConsumeToken(); local
952 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label);
955 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD);
/external/clang/include/clang/AST/
H A DExpr.h3284 SourceLocation AmpAmpLoc, LabelLoc; member in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr
3291 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {}
3297 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; }
3298 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; }
3302 SourceLocation getLocStart() const LLVM_READONLY { return AmpAmpLoc; }
/external/clang/lib/Sema/
H A DTreeTransform.h1707 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, argument
1709 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label);

Completed in 471 milliseconds