Home
last modified time | relevance | path

Searched refs:Overloads (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h729 : 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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2485 const OverloadExpr *Overloads = nullptr; in tryExprAsCall() local
2494 Overloads = FR.Expression; in tryExprAsCall()
2496 Overloads = dyn_cast<UnresolvedMemberExpr>(E.IgnoreParens()); in tryExprAsCall()
2503 if (Overloads) { in tryExprAsCall()
2590 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
2591 DeclsEnd = Overloads.end(); It != DeclsEnd; ++It) { in noteOverloads()
2622 return noteOverloads(S, Overloads, Loc); in notePlausibleOverloads()
2625 for (OverloadExpr::decls_iterator It = Overloads.begin(), in notePlausibleOverloads()
2626 DeclsEnd = Overloads.end(); It != DeclsEnd; ++It) { in notePlausibleOverloads()
2667 UnresolvedSet<4> Overloads; in tryToRecoverWithCall() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp276 static std::string getDXILOperationOverload(StringRef Overloads) { in getDXILOperationOverload() argument
278 Overloads.split(OverloadStrs, ';', /*MaxSplit*/ -1, /*KeepEmpty*/ false); in getDXILOperationOverload()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp482 CVType &CVR, MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
483 for (auto &M : Overloads.Methods) in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcmath39 // Overloads not provided by the CUDA wrappers but by the CUDA system headers.
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp232 MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h395 Error visitKnownRecord(CVType &Record, MethodOverloadListRecord &Overloads,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2253 MethodOverloadListRecord &Overloads, in visitKnownRecord() argument
2260 for (OneMethodRecord &Method : Overloads.Methods) { in visitKnownRecord()