HomeSort by: relevance | last modified time | path
    Searched defs:AmpAmpLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 1430 SourceLocation AmpAmpLoc = ConsumeToken();
1437 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label);
1440 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 4227 SourceLocation AmpAmpLoc, LabelLoc;
4232 : Expr(AddrLabelExprClass, t, VK_RValue, OK_Ordinary), AmpAmpLoc(AALoc),
4241 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; }
4242 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; }
4246 SourceLocation getBeginLoc() const LLVM_READONLY { return AmpAmpLoc; }

Completed in 55 milliseconds