Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h497 template <typename T> struct has_getDecl { struct
498 struct Default { int getDecl; };
499 struct Derived : T, Default { };
510 static bool const value = sizeof(f<Derived>(nullptr)) == 2;