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

/external/clang/lib/Parse/
H A DParseExpr.cpp955 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD);
/external/clang/include/clang/Sema/
H A DSema.h3267 /// ActOnAddrLabel - Parse the GNU address of label extension: "&&foo".
3268 ExprResult ActOnAddrLabel(SourceLocation OpLoc, SourceLocation LabLoc,
/external/clang/lib/Sema/
H A DTreeTransform.h1709 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label);
H A DSemaExpr.cpp9098 /// ActOnAddrLabel - Parse the GNU address of label extension: "&&foo".
9099 ExprResult Sema::ActOnAddrLabel(SourceLocation OpLoc, SourceLocation LabLoc, function in class:Sema

Completed in 106 milliseconds