Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp162 template <class T> good implements_children(children_t T::*) { in implements_children() function
166 static inline bad implements_children(children_t Stmt::*) { in implements_children() function
189 (void) is_good(implements_children(&type::children))
/external/llvm-project/clang/lib/AST/
DStmt.cpp242 template <class T> good implements_children(children_t T::*) { in implements_children() function
246 static bad implements_children(children_t Stmt::*) { in implements_children() function
265 (void) is_good(implements_children(&type::children))