Home
last modified time | relevance | path

Searched refs:AALoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h3343 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, in AddrLabelExpr() argument
3347 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {} in AddrLabelExpr()
/external/llvm-project/clang/include/clang/AST/
DExpr.h4228 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, in AddrLabelExpr() argument
4230 : Expr(AddrLabelExprClass, t, VK_RValue, OK_Ordinary), AmpAmpLoc(AALoc), in AddrLabelExpr()