Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h24 : DynTy(Ty), CanBeASubClass(CanBeSub) {} in DynTy()
28 bool canBeASubClass() const { return CanBeASubClass; } in canBeASubClass()
39 return DynTy == RHS.DynTy && CanBeASubClass == RHS.CanBeASubClass;
44 ID.AddBoolean(CanBeASubClass); in Profile()
49 bool CanBeASubClass; variable