Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h516 bool isOverloadedOperator() const { return Qualifier.getInt(); } in isOverloadedOperator() function
520 assert(isOverloadedOperator() && in getOperator()
H A DDecl.h2612 bool isOverloadedOperator() const { in isOverloadedOperator() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp64 if (Func->isOverloadedOperator() && in checkPreCall()
H A DMoveChecker.cpp535 (MethodDec && MethodDec->isOverloadedOperator() && in isInMoveSafeContext()
651 if (MethodDecl->isOverloadedOperator()) { in checkPreCall()
H A DMismatchedIteratorChecker.cpp69 if (Func->isOverloadedOperator() && in checkPreCall()
H A DIterator.cpp53 if (!Method->isOverloadedOperator()) in isIterator()
H A DIteratorRangeChecker.cpp86 if (Func->isOverloadedOperator()) { in checkPreCall()
H A DSmartPtrModeling.cpp262 if (!FD->isOverloadedOperator()) in isStdOstreamOperatorCall()
457 if (!FD->isOverloadedOperator()) in handleComparisionOp()
H A DContainerModeling.cpp166 if (Func->isOverloadedOperator()) { in checkPostCall()
796 if (!Method->isOverloadedOperator()) in hasSubscriptOperator()
H A DIteratorModeling.cpp179 if (Func->isOverloadedOperator()) { in checkPostCall()
H A DMallocChecker.cpp1633 if (!FD->isOverloadedOperator()) in printMemFnName()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp502 else if (DN1->isOverloadedOperator() && DN2->isOverloadedOperator()) in IsStructurallyEquivalent()
1847 if (D1->isOverloadedOperator()) { in IsStructurallyEquivalent()
1848 if (!D2->isOverloadedOperator()) in IsStructurallyEquivalent()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h255 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); in isInSystemHeader()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h940 return Node.isOverloadedOperator() &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1933 if (!FD || !FD->isOverloadedOperator()) return false; in ProcessIterationStmt()
H A DSemaDeclCXX.cpp14259 CopyAssignOperator->isOverloadedOperator() && in DefineImplicitCopyAssignment()
14623 MoveAssignOperator->isOverloadedOperator() && in DefineImplicitMoveAssignment()
15688 assert(FnDecl && FnDecl->isOverloadedOperator() && in CheckOverloadedOperatorDeclaration()
H A DSemaTemplateInstantiateDecl.cpp2259 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
H A DSemaDecl.cpp9743 if (NewFD->isOverloadedOperator() && !DC->isRecord() && in ActOnFunctionDeclarator()
11052 if (NewFD->isOverloadedOperator() && in CheckFunctionDeclaration()
H A DSemaExpr.cpp14498 if (!FD || !FD->isOverloadedOperator()) in DiagnoseShiftCompare()
17151 if (MethodDecl->isOverloadedOperator() && in MarkFunctionReferenced()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4785 if (FD->isOverloadedOperator()) in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5686 if (FD->isOverloadedOperator()) in HandleDeclInMainFile()