HomeSort by: relevance | last modified time | path
    Searched defs:has_same_member_pointer_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RecursiveASTVisitor.h 66 struct has_same_member_pointer_type : std::false_type {}; struct in namespace:clang::detail
68 struct has_same_member_pointer_type<R (T::*)(P...), R (U::*)(P...)> struct in namespace:clang::detail
92 return is_same_method_impl<has_same_member_pointer_type<
350 (::clang::detail::has_same_member_pointer_type< \
354 ::clang::detail::has_same_member_pointer_type< \
RecursiveASTVisitor.h 66 struct has_same_member_pointer_type : std::false_type {}; struct in namespace:clang::detail
68 struct has_same_member_pointer_type<R (T::*)(P...), R (U::*)(P...)> struct in namespace:clang::detail
92 return is_same_method_impl<has_same_member_pointer_type<
350 (::clang::detail::has_same_member_pointer_type< \
354 ::clang::detail::has_same_member_pointer_type< \

Completed in 80 milliseconds