HomeSort by relevance Sort by last modified time
    Searched refs:OrigElement (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp 351 Expr *OrigElement = Element;
365 if (isa<IntegerLiteral>(OrigElement) ||
366 isa<CharacterLiteral>(OrigElement) ||
367 isa<FloatingLiteral>(OrigElement) ||
368 isa<ObjCBoolLiteralExpr>(OrigElement) ||
369 isa<CXXBoolLiteralExpr>(OrigElement)) {
370 if (S.NSAPIObj->getNSNumberFactoryMethodKind(OrigElement->getType())) {
371 int Which = isa<CharacterLiteral>(OrigElement) ? 1
372 : (isa<CXXBoolLiteralExpr>(OrigElement) ||
373 isa<ObjCBoolLiteralExpr>(OrigElement)) ?
    [all...]
TreeTransform.h     [all...]

Completed in 56 milliseconds