Home
last modified time | relevance | path

Searched refs:OO_None (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.h22 OO_None, ///< Not an overloaded operator enumerator
48 return OO_None; in getRewrittenOverloadedOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1040 : OriginalOperator(OO_None), OpLoc(), AllowRewrittenCandidates(false) {} in OperatorRewriteInfo()
1089 (getRewrittenOverloadedOperator(OriginalOperator) != OO_None || in isReversible()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp792 case OO_None: in getOperatorSpelling()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2163 if (QualifierLoc == nullptr && OOK != OO_None) { in VisitOMPReductionClause()
2186 if (QualifierLoc == nullptr && OOK != OO_None) { in VisitOMPTaskReductionClause()
2208 if (QualifierLoc == nullptr && OOK != OO_None) { in VisitOMPInReductionClause()
H A DStmtProfile.cpp1690 case OO_None: in DecodeOperatorCall()
H A DExpr.cpp1440 default: return OO_None; in getOverloadedOperator()
2183 /* .* Cannot be overloaded */OO_None, OO_ArrowStar, in getOverloadedOperator()
H A DMicrosoftMangle.cpp1588 case OO_None: in mangleOperatorName()
H A DDecl.cpp3974 return OO_None; in getOverloadedOperator()
H A DItaniumMangle.cpp2705 case OO_None: in mangleOperatorName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp230 OverloadedOperatorKind OOK = OO_None; in parseOpenMPReductionId()
275 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
4012 auto OOK = OO_None; in ParseReductionId()
4041 if (OOK != OO_None) { in ParseReductionId()
H A DParseExprCXX.cpp2659 ? OO_None in ParseUnqualifiedIdTemplateId()
2739 OverloadedOperatorKind Op = OO_None; in ParseUnqualifiedIdOperator()
2813 if (Op != OO_None) { in ParseUnqualifiedIdOperator()
H A DParseTemplate.cpp1311 ? OO_None in AnnotateTemplateIdToken()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp239 case OO_None: in getOperatorNodeKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp40 OverloadedOperatorKind Op = OO_None;
H A DSemaOverload.cpp9811 case OO_None: in AddBuiltinOperatorCandidates()
14173 assert(Op != OO_None && "Invalid opcode for overloaded unary operator"); in CreateOverloadedUnaryOp()
14372 : OO_None; in LookupOverloadedBinOp()
H A DSemaExpr.cpp15077 if (OverOp != OO_None && OverOp != OO_Equal) in LookupBinOp()
15586 UnaryOperator::getOverloadedOperator(Opc) != OO_None && in BuildUnaryOp()
15591 if (S && OverOp != OO_None) in BuildUnaryOp()
H A DSemaOpenMP.cpp18299 case OO_None: in actOnOMPReductionKindClause()
19728 OverloadedOperatorKind OOK = OO_None; in ProcessOpenMPDoacrossClauseCommon()
19762 if (OOK != OO_Plus && OOK != OO_Minus && (RHS || OOK != OO_None)) { in ProcessOpenMPDoacrossClauseCommon()
H A DSemaCodeComplete.cpp3313 case OO_None: in AddTypedNameChunk()
H A DSemaDeclCXX.cpp8042 assert(OO != OO_None && "not an overloaded operator!"); in visitExpandedSubobject()
H A DTreeTransform.h12947 case OO_None: in TransformCXXOperatorCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2806 return getOverloadedOperator() != OO_None; in isOverloadedOperator()