Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h558 bool isOverloadedOperator() const { return Qualifier.getInt(); } in isOverloadedOperator() function
562 assert(isOverloadedOperator() && in getOperator()
H A DDecl.h2805 bool isOverloadedOperator() const { in isOverloadedOperator() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp59 if (Func->isOverloadedOperator() && in checkPreCall()
H A DMoveChecker.cpp536 (MethodDec && MethodDec->isOverloadedOperator() && in isInMoveSafeContext()
653 if (MethodDecl->isOverloadedOperator()) { in checkPreCall()
H A DIteratorRangeChecker.cpp85 if (Func->isOverloadedOperator()) { in checkPreCall()
H A DSmartPtrModeling.cpp260 if (!FD->isOverloadedOperator()) in isStdOstreamOperatorCall()
457 if (!FD->isOverloadedOperator()) in handleComparisionOp()
H A DContainerModeling.cpp157 if (Func->isOverloadedOperator()) { in checkPostCall()
791 if (!Method->isOverloadedOperator()) in hasSubscriptOperator()
H A DIteratorModeling.cpp179 if (Func->isOverloadedOperator()) { in checkPostCall()
H A DMallocChecker.cpp1888 if (!FD->isOverloadedOperator()) in printMemFnName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp625 else if (DN1->isOverloadedOperator() && DN2->isOverloadedOperator()) in IsStructurallyEquivalent()
2138 if (D1->isOverloadedOperator()) { in IsStructurallyEquivalent()
2139 if (!D2->isOverloadedOperator()) in IsStructurallyEquivalent()
/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/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h686 else if (Decl->isOverloadedOperator()) in VisitCXXMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1611 cast<CXXMethodDecl>(Decl)->isOverloadedOperator()) { in getSubHeading()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h928 return Node.isOverloadedOperator() &&
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2776 FD->isOverloadedOperator()) { in fixVariable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2003 if (!FD || !FD->isOverloadedOperator()) return false; in ProcessIterationStmt()
H A DSemaDeclCXX.cpp14882 CopyAssignOperator->isOverloadedOperator() && in DefineImplicitCopyAssignment()
15267 MoveAssignOperator->isOverloadedOperator() && in DefineImplicitMoveAssignment()
16277 assert(FnDecl && FnDecl->isOverloadedOperator() && in CheckOverloadedOperatorDeclaration()
H A DSemaTemplateInstantiateDecl.cpp2457 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
H A DSemaDecl.cpp10507 if (NewFD->isOverloadedOperator() && !DC->isRecord() && in ActOnFunctionDeclarator()
12084 if (NewFD->isOverloadedOperator() && in CheckFunctionDeclaration()
H A DSemaExpr.cpp15006 if (!FD || !FD->isOverloadedOperator()) in DiagnoseShiftCompare()
17962 if (MethodDecl->isOverloadedOperator() && in MarkFunctionReferenced()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5683 if (FD->isOverloadedOperator()) in HandleDeclInMainFile()