Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h545 template <typename T> struct has_getDecl { struct
546 struct Default { int getDecl; };
547 struct Derived : T, Default { };
558 static bool const value = sizeof(f<Derived>(nullptr)) == 2;