Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDVTableBuilder.h125 if (isDestructorKind()) in getFunctionDecl()
131 assert(isDestructorKind() && "Invalid component kind!"); in getDestructorDecl()
140 bool isDestructorKind() const { return isDestructorKind(getKind()); } in isDestructorKind() function
181 isDestructorKind(ComponentKind); in isUsedFunctionPointerKind()
183 static bool isDestructorKind(Kind ComponentKind) { in isDestructorKind() function