Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp59 if (Func->isOverloadedOperator() && in checkPreCall()
H A DMoveChecker.cpp539 (MethodDec && MethodDec->isOverloadedOperator() && in isInMoveSafeContext()
657 if (MethodDecl->isOverloadedOperator()) { in checkPreCall()
H A DMismatchedIteratorChecker.cpp59 if (Func->isOverloadedOperator() && in checkPreCall()
H A DIterator.cpp53 if (!Method->isOverloadedOperator()) in isIterator()
H A DIteratorRangeChecker.cpp85 if (Func->isOverloadedOperator()) { in checkPreCall()
H A DSmartPtrModeling.cpp257 if (!FD->isOverloadedOperator()) in isStdOstreamOperatorCall()
454 if (!FD->isOverloadedOperator()) in handleComparisionOp()
H A DContainerModeling.cpp157 if (Func->isOverloadedOperator()) { in checkPostCall()
795 if (!Method->isOverloadedOperator()) in hasSubscriptOperator()
H A DIteratorModeling.cpp180 if (Func->isOverloadedOperator()) { in checkPostCall()
H A DMallocChecker.cpp2110 if (!FD->isOverloadedOperator()) in printMemFnName()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h277 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); in isInSystemHeader()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2407 if (D1->isOverloadedOperator()) { in IsStructurallyEquivalent()
2408 if (!D2->isOverloadedOperator()) in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1168 !CXXMethod->isOverloadedOperator()) { in ProcessAPINotes()
H A DSemaStmt.cpp2102 if (!FD || !FD->isOverloadedOperator()) return false; in ProcessIterationStmt()
H A DSemaDeclCXX.cpp15171 CopyAssignOperator->isOverloadedOperator() && in DefineImplicitCopyAssignment()
15556 MoveAssignOperator->isOverloadedOperator() && in DefineImplicitMoveAssignment()
16753 assert(FnDecl && FnDecl->isOverloadedOperator() && in CheckOverloadedOperatorDeclaration()
H A DSemaTemplateInstantiateDecl.cpp3003 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
H A DSemaDecl.cpp10726 if (NewFD->isOverloadedOperator() && !DC->isRecord() && in ActOnFunctionDeclarator()
12321 if (NewFD->isOverloadedOperator() && in CheckFunctionDeclaration()
H A DSemaExpr.cpp15368 if (!FD || !FD->isOverloadedOperator()) in DiagnoseShiftCompare()
18396 if (MethodDecl->isOverloadedOperator() && in MarkFunctionReferenced()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h728 else if (Decl->isOverloadedOperator()) in VisitCXXMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1634 cast<CXXMethodDecl>(Decl)->isOverloadedOperator()) { in getSubHeading()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h924 return Node.isOverloadedOperator() &&
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2906 bool isOverloadedOperator() const { in isOverloadedOperator() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3737 FD->isOverloadedOperator()) { in fixVariable()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4764 if (FD->isOverloadedOperator()) in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5649 if (FD->isOverloadedOperator()) in HandleDeclInMainFile()