Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2248 bool HasDestructors : 1; variable
2261 HasNonZeroConstructors(false), HasDestructors(false) {} in ObjCImplDecl()
2324 bool hasDestructors() const { return HasDestructors; } in hasDestructors()
2325 void setHasDestructors(bool val) { HasDestructors = val; } in setHasDestructors()