Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2555 bool HasDestructors : 1; variable
2570 HasNonZeroConstructors(false), HasDestructors(false) {}
2643 bool hasDestructors() const { return HasDestructors; } in hasDestructors()
2644 void setHasDestructors(bool val) { HasDestructors = val; } in setHasDestructors()