Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp252 typedef SourceLocation getBeginLoc_t() const; typedef
253 template <class T> good implements_getBeginLoc(getBeginLoc_t T::*) { in implements_getBeginLoc()
257 static bad implements_getBeginLoc(getBeginLoc_t Stmt::*) { return bad(); } in implements_getBeginLoc()