Home
last modified time | relevance | path

Searched refs:DynTy (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() function
31 bool isValid() const { return !DynTy.isNull(); } in isValid()
34 QualType getType() const { return DynTy; } in getType()
39 return DynTy == RHS.DynTy && CanBeASubClass == RHS.CanBeASubClass;
43 ID.Add(DynTy); in Profile()
48 QualType DynTy;