Home
last modified time | relevance | path

Searched defs:MemberFunctionPointer (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmake-member-function-const.cpp328 struct MemberFunctionPointer { struct
329 void call_non_const(void (MemberFunctionPointer::*FP)()) { in call_non_const()
333 void call_const(void (MemberFunctionPointer::*FP)() const) { in call_const()
/llvm-project/libcxx/benchmarks/
H A Dfunction.bench.cpp
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp494 TEST(Pointers, MemberFunctionPointer) { in TEST() argument
/llvm-project/clang/unittests/Tooling/Syntax/
H A DBuildTreeTest.cpp5647 TEST_P(BuildSyntaxTreeTest,MemberFunctionPointer) TEST_P() argument