Searched refs:Overloads (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Marshallers.h | 729 : Overloads(std::make_move_iterator(Callbacks.begin()), 739 for (const auto &O : Overloads) { 758 bool Overload0Variadic = Overloads[0]->isVariadic(); 760 for (const auto &O : Overloads) { 768 unsigned Overload0NumArgs = Overloads[0]->getNumArgs(); 770 for (const auto &O : Overloads) { 779 for (const auto &O : Overloads) { 787 for (const auto &O : Overloads) { 795 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads; 1130 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads; [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2476 const OverloadExpr *Overloads = nullptr; in tryExprAsCall() local 2485 Overloads = FR.Expression; in tryExprAsCall() 2487 Overloads = dyn_cast<UnresolvedMemberExpr>(E.IgnoreParens()); in tryExprAsCall() 2494 if (Overloads) { in tryExprAsCall() 2495 for (OverloadExpr::decls_iterator it = Overloads->decls_begin(), in tryExprAsCall() 2496 DeclsEnd = Overloads->decls_end(); it != DeclsEnd; ++it) { in tryExprAsCall() 2577 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads() argument 2581 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads() 2582 DeclsEnd = Overloads.end(); It != DeclsEnd; ++It) { in noteOverloads() 2610 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 483 CVType &CVR, MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument 484 for (auto &M : Overloads.Methods) in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 232 MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 395 Error visitKnownRecord(CVType &Record, MethodOverloadListRecord &Overloads,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2253 MethodOverloadListRecord &Overloads, in visitKnownRecord() argument 2260 for (OneMethodRecord &Method : Overloads.Methods) { in visitKnownRecord()
|