Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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