Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DLE

91   const ObjCDictionaryLiteral *DLE = 0;
94 DLE = cast<ObjCDictionaryLiteral>(E);
98 ALE ? ALE->getNumElements() : DLE->getNumElements();
109 if (DLE)
124 const Expr *Key = DLE->getKeyValueElement(i).Key;
132 const Expr *Value = DLE->getKeyValueElement(i).Value;
147 if (DLE) {