Searched refs:BO_PtrMemI (Results 1 - 19 of 19) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h309 BO_PtrMemD, BO_PtrMemI, // [C++ 5.5] Pointer-to-member operators. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h47 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
H A DExpr.h2985 bool isPtrMemOp() const { return Opc == BO_PtrMemD || Opc == BO_PtrMemI; }
/external/clang/lib/AST/
H A DExprClassification.cpp528 if (E->getOpcode() == BO_PtrMemI)
H A DStmtProfile.cpp820 BinaryOp = BO_PtrMemI;
H A DExprCXX.cpp542 if (BO->getOpcode() == BO_PtrMemD || BO->getOpcode() == BO_PtrMemI)
H A DExpr.cpp1734 case BO_PtrMemI: return "->*";
1804 case OO_ArrowStar: return BO_PtrMemI;
H A DExprConstant.cpp3060 assert(BO->getOpcode() == BO_PtrMemD || BO->getOpcode() == BO_PtrMemI);
3916 case BO_PtrMemI: {
4275 case BO_PtrMemI:
8482 case BO_PtrMemI:
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp310 case BO_PtrMemI:
H A DConsumed.cpp733 case BO_PtrMemI:
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp459 case BO_PtrMemI:
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp764 if (E->getOpcode() == BO_PtrMemD || E->getOpcode() == BO_PtrMemI)
H A DCGExprCXX.cpp255 if (BO->getOpcode() == BO_PtrMemI)
H A DCGExpr.cpp3042 E->getOpcode() == BO_PtrMemI)
3307 if (E->getOpcode() == BO_PtrMemI)
H A DCGExprScalar.cpp3372 case BO_PtrMemI:
/external/clang/lib/Sema/
H A DSemaOverload.cpp11326 assert(op->getOpcode() == BO_PtrMemD || op->getOpcode() == BO_PtrMemI);
11340 if (op->getOpcode() == BO_PtrMemI)
H A DSemaChecking.cpp5111 case BO_PtrMemI:
H A DSemaExpr.cpp9173 case tok::arrowstar: Opc = BO_PtrMemI; break;
9349 case BO_PtrMemI:
9351 Opc == BO_PtrMemI);
H A DSemaDeclCXX.cpp2289 case(BO_PtrMemI):

Completed in 2362 milliseconds