Searched refs:BO_PtrMemD (Results 1 - 20 of 20) 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.h46 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
H A DExpr.h2985 bool isPtrMemOp() const { return Opc == BO_PtrMemD || Opc == BO_PtrMemI; }
/external/clang/lib/AST/
H A DExprClassification.cpp520 if (E->getOpcode() == BO_PtrMemD)
H A DExprCXX.cpp542 if (BO->getOpcode() == BO_PtrMemD || BO->getOpcode() == BO_PtrMemI)
H A DExprConstant.cpp3060 assert(BO->getOpcode() == BO_PtrMemD || BO->getOpcode() == BO_PtrMemI);
3915 case BO_PtrMemD:
4274 case BO_PtrMemD:
8481 case BO_PtrMemD:
H A DExpr.cpp1733 case BO_PtrMemD: return ".*";
H A DItaniumMangle.cpp2951 if (BO->getOpcode() == BO_PtrMemD)
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp309 case BO_PtrMemD:
H A DConsumed.cpp732 case BO_PtrMemD:
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp88 if (B->getOpcode() == BO_PtrMemD)
H A DSimpleSValBuilder.cpp458 case BO_PtrMemD:
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp764 if (E->getOpcode() == BO_PtrMemD || E->getOpcode() == BO_PtrMemI)
H A DCGExpr.cpp3041 if (E->getOpcode() == BO_PtrMemD ||
H A DCGExprScalar.cpp3371 case BO_PtrMemD:
/external/clang/lib/Sema/
H A DSemaOverload.cpp10936 if (Opc == BO_PtrMemD)
11326 assert(op->getOpcode() == BO_PtrMemD || op->getOpcode() == BO_PtrMemI);
H A DSemaChecking.cpp5110 case BO_PtrMemD:
H A DSemaExpr.cpp9172 case tok::periodstar: Opc = BO_PtrMemD; break;
9348 case BO_PtrMemD:
H A DSemaDeclCXX.cpp2288 case(BO_PtrMemD):
/external/clang/include/clang/Sema/
H A DSema.h7892 BinaryOperatorKind Opc = BO_PtrMemD

Completed in 275 milliseconds