HomeSort by: relevance | last modified time | path
    Searched refs:ALE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
JSONNodeDumper.h 280 void VisitAddrLabelExpr(const AddrLabelExpr *ALE);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 124 const ObjCArrayLiteral *ALE = dyn_cast<ObjCArrayLiteral>(E);
125 if (!ALE)
130 ALE ? ALE->getNumElements() : DLE->getNumElements();
132 StringRef ConstantName = ALE ? "__NSArray0__" : "__NSDictionary0__";
167 if (ALE) {
169 const Expr *Rhs = ALE->getElement(i);
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1273 void JSONNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *ALE) {
1274 JOS.attribute("name", ALE->getLabel()->getName());
1275 JOS.attribute("labelDeclId", createPointerRepresentation(ALE->getLabel()));

Completed in 26 milliseconds