Home
last modified time | relevance | path

Searched refs:ALE (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h284 void VisitAddrLabelExpr(const AddrLabelExpr *ALE);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp125 const ObjCArrayLiteral *ALE = dyn_cast<ObjCArrayLiteral>(E); in EmitObjCCollectionLiteral() local
126 if (!ALE) in EmitObjCCollectionLiteral()
131 ALE ? ALE->getNumElements() : DLE->getNumElements(); in EmitObjCCollectionLiteral()
133 StringRef ConstantName = ALE ? "__NSArray0__" : "__NSDictionary0__"; in EmitObjCCollectionLiteral()
168 if (ALE) { in EmitObjCCollectionLiteral()
170 const Expr *Rhs = ALE->getElement(i); in EmitObjCCollectionLiteral()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1325 void JSONNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *ALE) { in VisitAddrLabelExpr() argument
1326 JOS.attribute("name", ALE->getLabel()->getName()); in VisitAddrLabelExpr()
1327 JOS.attribute("labelDeclId", createPointerRepresentation(ALE->getLabel())); in VisitAddrLabelExpr()