Searched defs:AddrLabelExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h3350 /// AddrLabelExpr - The GNU address of label extension, representing &&label.
3351 class AddrLabelExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3355 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, function in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr
3362 explicit AddrLabelExpr(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr

Completed in 47 milliseconds