Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateName.h492 bool isOverloadedOperator() const { return Qualifier.getInt(); } in isOverloadedOperator() function
496 assert(isOverloadedOperator() && in getOperator()
H A DDecl.h2376 bool isOverloadedOperator() const { in isOverloadedOperator() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp522 (MethodDec && MethodDec->isOverloadedOperator() && in isInMoveSafeContext()
638 if (MethodDecl->isOverloadedOperator()) { in checkPreCall()
H A DIteratorChecker.cpp420 if (Func->isOverloadedOperator()) { in checkPreCall()
608 if (Func->isOverloadedOperator()) { in checkPostCall()
1668 if (!Method->isOverloadedOperator()) in isIterator()
1879 if (!Method->isOverloadedOperator()) in hasSubscriptOperator()
H A DMallocChecker.cpp1421 if (!FD->isOverloadedOperator()) in printAllocDeallocName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp201 else if (DN1->isOverloadedOperator() && DN2->isOverloadedOperator()) in IsStructurallyEquivalent()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h282 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); in isInSystemHeader()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h695 return Node.isOverloadedOperator() && in matchesSpecialized()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1582 if (!FD || !FD->isOverloadedOperator()) return false; in ProcessIterationStmt()
H A DSemaDeclCXX.cpp11925 CopyAssignOperator->isOverloadedOperator() && in DefineImplicitCopyAssignment()
12287 MoveAssignOperator->isOverloadedOperator() && in DefineImplicitMoveAssignment()
13295 assert(FnDecl && FnDecl->isOverloadedOperator() && in CheckOverloadedOperatorDeclaration()
H A DSemaTemplateInstantiateDecl.cpp1889 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
H A DSemaDecl.cpp8985 if (NewFD->isOverloadedOperator() && !DC->isRecord() && in ActOnFunctionDeclarator()
10182 if (NewFD->isOverloadedOperator() && in CheckFunctionDeclaration()
H A DSemaExpr.cpp12651 if (!FD || !FD->isOverloadedOperator()) in DiagnoseShiftCompare()
14716 if (MethodDecl->isOverloadedOperator() && in MarkFunctionReferenced()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4782 if (FD->isOverloadedOperator()) in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5689 if (FD->isOverloadedOperator()) in HandleDeclInMainFile()