Home
last modified time | relevance | path

Searched refs:implements_getEndLoc (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp259 template <class T> good implements_getEndLoc(getLocEnd_t T::*) { in implements_getEndLoc() function
263 static bad implements_getEndLoc(getLocEnd_t Stmt::*) { return bad(); } in implements_getEndLoc() function
270 (void)is_good(implements_getEndLoc(&type::getEndLoc))