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 412 Expr *OrigElement = Element;
426 if (isa<IntegerLiteral>(OrigElement) ||
427 isa<CharacterLiteral>(OrigElement) ||
428 isa<FloatingLiteral>(OrigElement) ||
429 isa<ObjCBoolLiteralExpr>(OrigElement) ||
430 isa<CXXBoolLiteralExpr>(OrigElement)) {
431 if (S.NSAPIObj->getNSNumberFactoryMethodKind(OrigElement->getType())) {
432 int Which = isa<CharacterLiteral>(OrigElement) ? 1
433 : (isa<CXXBoolLiteralExpr>(OrigElement) ||
434 isa<ObjCBoolLiteralExpr>(OrigElement)) ?
    [all...]
TreeTransform.h     [all...]

Completed in 519 milliseconds