Home
last modified time | relevance | path

Searched defs:MemberFunction (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Drecovery-crash.cpp54 void NonTemplateClass::MemberFunction(ArraySlice<Foo> resource_data, in MemberFunction() function in test1::NonTemplateClass
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp150 struct MemberFunction { in test_edge_cases() struct
151 constexpr int foo(int x, int y) { return x * y; } in test_edge_cases()
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp186 struct MemberFunction { in test() struct
187 constexpr bool foo(int, int) { return true; } in test()
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp201 struct MemberFunction { in test() struct
202 constexpr bool foo(int, int) { return true; } in test()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp48 void MemberFunction(int x) {} in MemberFunction() function
344 void MemberFunction(int x) {} in MemberFunction() function
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp190 static MemberFunctionRecord MemberFunction(TypeIndex(19), TypeIndex(20), variable
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2219 MemberFunction->setOffsetFromTypeIndex(); in visitKnownRecord() local
2776 if (LVElement *MemberFunction = createElement(TypeLeafKind::LF_ONEMETHOD)) { visitKnownMember() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10418 if (auto *MemberFunction = dyn_cast<FunctionDecl>(Member)) { CheckMemberSpecialization() local