Home
last modified time | relevance | path

Searched refs:getOperatorSpelling (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.h31 const char *getOperatorSpelling(OverloadedOperatorKind Operator);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp334 OS << "operator " << getOperatorSpelling(DTN->getOperator()); in print()
H A DDeclarationName.cpp171 const char *OpName = getOperatorSpelling(getCXXOverloadedOperator()); in print()
H A DStmtPrinter.cpp1923 OS << getOperatorSpelling(Kind) << ' '; in VisitCXXOperatorCallExpr()
1927 OS << ' ' << getOperatorSpelling(Kind); in VisitCXXOperatorCallExpr()
1942 OS << getOperatorSpelling(Kind) << ' '; in VisitCXXOperatorCallExpr()
1946 OS << ' ' << getOperatorSpelling(Kind) << ' '; in VisitCXXOperatorCallExpr()
H A DOpenMPClause.cpp2165 OS << getOperatorSpelling(OOK); in VisitOMPReductionClause()
2188 OS << getOperatorSpelling(OOK); in VisitOMPTaskReductionClause()
2210 OS << getOperatorSpelling(OOK); in VisitOMPInReductionClause()
H A DDeclPrinter.cpp1816 getOperatorSpelling(D->getDeclName().getCXXOverloadedOperator()); in VisitOMPDeclareReductionDecl()
H A DTextNodeDumper.cpp1341 const char *OperatorSpelling = clang::getOperatorSpelling(Node->getOperator()); in VisitCXXOperatorCallExpr()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp790 const char *clang::getOperatorSpelling(OverloadedOperatorKind Operator) { in getOperatorSpelling() function in clang
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h922 return llvm::is_contained(Names, getOperatorSpelling(Node.getOperator()));
930 Names, getOperatorSpelling(Node.getOverloadedOperator()));
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1904 << getOperatorSpelling(NE->getOperatorNew()->getOverloadedOperator()) in printMemFnName()
1911 << getOperatorSpelling(DE->getOperatorDelete()->getOverloadedOperator()) in printMemFnName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2579 Name += getOperatorSpelling(Id.OperatorFunctionId.Operator); in ParseUnqualifiedIdTemplateId()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp14875 << getOperatorSpelling(Best->Function->getDeclName() in CreateOverloadedBinOp()