Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h126 if (isDestructorKind()) in getFunctionDecl()
132 assert(isDestructorKind() && "Invalid component kind!"); in getDestructorDecl()
141 bool isDestructorKind() const { return isDestructorKind(getKind()); } in isDestructorKind() function
182 isDestructorKind(ComponentKind); in isUsedFunctionPointerKind()
184 static bool isDestructorKind(Kind ComponentKind) { in isDestructorKind() function