| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | member-access.cpp | 223 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 D | stress_test_variant_overloads_impl.sh.cpp | 75 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 D | no-linkage.cpp | 15 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 D | decls.h | 10 void Overloads(); 11 void Overloads(int);
|
| /llvm-project-15.0.7/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 …]
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | NewDeleteOverloadsCheck.cpp | 158 Overloads[RD].push_back(FD); in check() 167 for (const auto &RP : Overloads) { in onEndOfTranslationUnit()
|
| H A D | NewDeleteOverloadsCheck.h | 23 Overloads; variable
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | Sema.cpp | 2396 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 D | LoggerTests.cpp | 18 TEST(ErrorTest, Overloads) { in TEST() argument
|
| H A D | CodeCompleteTests.cpp | 1284 TEST(SignatureHelpTest, Overloads) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DXILEmitter.cpp | 275 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 D | MinimalTypeDumper.cpp | 481 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 D | cmath | 39 // Overloads not provided by the CUDA wrappers but by the CUDA system headers.
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordName.cpp | 232 MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx17Papers.csv | 105 …wg21.link/P0574R1>`__","LWG","Algorithm Complexity Constraints and Parallel Overloads","Kona","",""
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 1592 where present (see the section :ref:`Redeclarations and Overloads 1632 Redeclarations and Overloads
|