Home
last modified time | relevance | path

Searched refs:ActOnAddrLabel (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp1077 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD); in ParseCastExpression()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3908 ExprResult ActOnAddrLabel(SourceLocation OpLoc, SourceLocation LabLoc,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h2069 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()
HDSemaExpr.cpp10853 ExprResult Sema::ActOnAddrLabel(SourceLocation OpLoc, SourceLocation LabLoc, in ActOnAddrLabel() function in Sema