Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2603 bool HasDestructors : 1; variable
2618 HasNonZeroConstructors(false), HasDestructors(false) {}
2691 bool hasDestructors() const { return HasDestructors; } in hasDestructors()
2692 void setHasDestructors(bool val) { HasDestructors = val; } in setHasDestructors()