Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h509 bool isOverloadedOperator() const { return Qualifier.getInt(); } in isOverloadedOperator() function
513 assert(isOverloadedOperator() && in getOperator()
H A DDecl.h1958 bool isOverloadedOperator() const { in isOverloadedOperator() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h224 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); in isInSystemHeader()
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h593 return Node.isOverloadedOperator() && in matchesSpecialized()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1092 if (!FD->isOverloadedOperator()) in printAllocDeallocName()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1504 if (!FD || !FD->isOverloadedOperator()) return false; in ProcessIterationStmt()
H A DSemaDeclCXX.cpp10003 CopyAssignOperator->isOverloadedOperator() && in DefineImplicitCopyAssignment()
10428 MoveAssignOperator->isOverloadedOperator() && in DefineImplicitMoveAssignment()
11451 assert(FnDecl && FnDecl->isOverloadedOperator() && in CheckOverloadedOperatorDeclaration()
H A DSemaTemplateInstantiateDecl.cpp1572 if (Function->isOverloadedOperator() && !DC->isRecord() && in VisitFunctionDecl()
H A DSemaDecl.cpp7565 if (NewFD->isOverloadedOperator() && !DC->isRecord() && in ActOnFunctionDeclarator()
8026 if (NewFD->isOverloadedOperator() && in CheckFunctionDeclaration()
H A DSemaExpr.cpp9814 if (!FD || !FD->isOverloadedOperator()) in DiagnoseShiftCompare()
11641 if (MethodDecl->isOverloadedOperator() && in MarkFunctionReferenced()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4825 if (FD->isOverloadedOperator()) in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5808 if (FD->isOverloadedOperator()) in HandleDeclInMainFile()