Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2567 bool HasDestructors : 1; variable
2582 HasNonZeroConstructors(false), HasDestructors(false) {}
2655 bool hasDestructors() const { return HasDestructors; } in hasDestructors()
2656 void setHasDestructors(bool val) { HasDestructors = val; } in setHasDestructors()