Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp251 typedef SourceLocation getBeginLoc_t() const; typedef
252 template <class T> good implements_getBeginLoc(getBeginLoc_t T::*) { in implements_getBeginLoc()
256 static bad implements_getBeginLoc(getBeginLoc_t Stmt::*) { return bad(); } in implements_getBeginLoc()