Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h146 bool isDestructorKind() const { return isDestructorKind(getKind()); } in isDestructorKind() function
167 static bool isDestructorKind(Kind ComponentKind) { in isDestructorKind() function