Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicTypeInfo.h22 bool CanBeASubClass; variable
28 : T(WithType), CanBeASubClass(CanBeSub) {} in T()
38 bool canBeASubClass() const { return CanBeASubClass; } in canBeASubClass()
42 ID.AddInteger((unsigned)CanBeASubClass); in Profile()
45 return T == X.T && CanBeASubClass == X.CanBeASubClass;