Searched refs:isDestructorKind (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h131 if (isDestructorKind())
137 assert(isDestructorKind() && "Invalid component kind!");
146 bool isDestructorKind() const { return isDestructorKind(getKind()); } function in class:clang::VTableComponent
165 isDestructorKind(ComponentKind);
167 static bool isDestructorKind(Kind ComponentKind) { function in class:clang::VTableComponent

Completed in 98 milliseconds