Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2481 bool HasDestructors : 1; variable
2494 HasNonZeroConstructors(false), HasDestructors(false) {} in ObjCImplDecl()
2557 bool hasDestructors() const { return HasDestructors; } in hasDestructors()
2558 void setHasDestructors(bool val) { HasDestructors = val; } in setHasDestructors()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h2577 bool HasDestructors : 1; variable
2592 HasNonZeroConstructors(false), HasDestructors(false) {}
2665 bool hasDestructors() const { return HasDestructors; } in hasDestructors()
2666 void setHasDestructors(bool val) { HasDestructors = val; } in setHasDestructors()