Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h141 bool isDestructorKind() const { return isDestructorKind(getKind()); } in isDestructorKind() function
184 static bool isDestructorKind(Kind ComponentKind) { in isDestructorKind() function