Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Drecovery-crash.cpp54 void NonTemplateClass::MemberFunction(ArraySlice<Foo> resource_data, in MemberFunction() function in test1::NonTemplateClass
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp183 struct MemberFunction { in test() struct
184 constexpr bool foo(int, int) { return true; } in test()
/llvm-project-15.0.7/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-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp47 void MemberFunction(int x) {} in MemberFunction() function
342 void MemberFunction(int x) {} in MemberFunction() function
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp190 static MemberFunctionRecord MemberFunction(TypeIndex(19), TypeIndex(20), variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp9416 if (auto *MemberFunction = dyn_cast<FunctionDecl>(Member)) { in CheckMemberSpecialization() local