Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h131 if (isDestructorKind()) in getFunctionDecl()
137 assert(isDestructorKind() && "Invalid component kind!"); in getDestructorDecl()
146 bool isDestructorKind() const { return isDestructorKind(getKind()); } in isDestructorKind() function
165 isDestructorKind(ComponentKind); in isUsedFunctionPointerKind()
167 static bool isDestructorKind(Kind ComponentKind) { in isDestructorKind() function