Home
last modified time | relevance | path

Searched refs:isPtrMemOp (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1554 if (BO->isPtrMemOp()) { in getReferencedDeclOfCallee()
2564 if (BO->isPtrMemOp()) in isReadIfDiscardedInCPlusPlus11()
3236 if (BO->isPtrMemOp()) in isTemporaryObject()
H A DDeclCXX.cpp2405 if (BO->isPtrMemOp()) { in getDevirtualizedMethod()
H A DExprConstant.cpp14616 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
14938 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
15325 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3936 static bool isPtrMemOp(Opcode Opc) { in isPtrMemOp() function
3939 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } in isPtrMemOp() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1153 if (op->isAssignmentOp() || op->isPtrMemOp()) in isBlockVarRef()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp713 if (BO->isPtrMemOp()) { in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp757 } else if (CalleeBinOp && CalleeBinOp->isPtrMemOp()) { in checkMustTailAttr()