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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3328 SourceLocation AmpAmpLoc, LabelLoc; member in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr
3335 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {}
3341 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; }
3342 void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; }
3346 SourceLocation getLocStart() const LLVM_READONLY { return AmpAmpLoc; }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp956 SourceLocation AmpAmpLoc = ConsumeToken(); local
963 Diag(AmpAmpLoc, diag::ext_gnu_address_of_label);
966 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h1817 ExprResult RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, argument
1819 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label);

Completed in 142 milliseconds