Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dmember-access.cpp223 struct Overloads { struct
231 void testLValue(Overloads& Ref) { in testLValue()
234 void testConstLValue(const Overloads& ConstRef) { in testConstLValue()
238 Overloads(). in testRValue()
240 void testXValue(Overloads& X) { in testXValue()
241 static_cast<Overloads&&>(X). in testXValue()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp75 using Overloads = typename MakeOverloads< typedef
95 using Overloads = Overload<Types...>; typedef
101 using Overloads = std::__variant_detail::_MakeOverloads<Types...>; typedef
109 using T1 = TEST_NS::Overloads<REPEAT_1000(TEST_TYPE) TestType<1>, TestType<1>, int>;
/llvm-project-15.0.7/clang/test/Modules/
H A Dno-linkage.cpp15 static int Overloads; // expected-note {{candidate}} variable
40 use(Overloads); in use_things()
55 use(Overloads); // expected-error {{ambiguous}} in use_things_again()
/llvm-project-15.0.7/clang/test/Modules/Inputs/no-linkage/
H A Ddecls.h10 void Overloads();
11 void Overloads(int);
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNewDeleteOverloadsCheck.cpp158 Overloads[RD].push_back(FD); in check()
167 for (const auto &RP : Overloads) { in onEndOfTranslationUnit()
H A DNewDeleteOverloadsCheck.h23 Overloads; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2396 const OverloadExpr *Overloads = nullptr; in tryExprAsCall() local
2405 Overloads = FR.Expression; in tryExprAsCall()
2407 Overloads = dyn_cast<UnresolvedMemberExpr>(E.IgnoreParens()); in tryExprAsCall()
2414 if (Overloads) { in tryExprAsCall()
2502 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
2503 DeclsEnd = Overloads.end(); It != DeclsEnd; ++It) { in noteOverloads()
2531 return noteOverloads(S, Overloads, Loc); in notePlausibleOverloads()
2534 for (OverloadExpr::decls_iterator It = Overloads.begin(), in notePlausibleOverloads()
2535 DeclsEnd = Overloads.end(); It != DeclsEnd; ++It) { in notePlausibleOverloads()
2576 UnresolvedSet<4> Overloads; in tryToRecoverWithCall() local
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DLoggerTests.cpp18 TEST(ErrorTest, Overloads) { in TEST() argument
H A DCodeCompleteTests.cpp1284 TEST(SignatureHelpTest, Overloads) { in TEST() argument
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDXILEmitter.cpp275 static std::string getDXILOperationOverload(StringRef Overloads) { in getDXILOperationOverload() argument
277 Overloads.split(OverloadStrs, ';', /*MaxSplit*/ -1, /*KeepEmpty*/ false); in getDXILOperationOverload()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp481 CVType &CVR, MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
482 for (auto &M : Overloads.Methods) in visitKnownRecord()
/llvm-project-15.0.7/clang/lib/Headers/openmp_wrappers/
H A Dcmath39 // Overloads not provided by the CUDA wrappers but by the CUDA system headers.
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp232 MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx17Papers.csv105 …wg21.link/P0574R1>`__","LWG","Algorithm Complexity Constraints and Parallel Overloads","Kona","",""
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst1592 where present (see the section :ref:`Redeclarations and Overloads
1632 Redeclarations and Overloads