Searched refs:DynamicType (Results 1 – 3 of 3) sorted by relevance
2585 QualType DynamicType = ThisPtr.getDeclDesc()->getType(); in CallVirt() local2587 if (DynamicType->isPointerType() || DynamicType->isReferenceType()) in CallVirt()2588 DynamicDecl = DynamicType->getPointeeCXXRecordDecl(); in CallVirt()
5801 struct DynamicType { struct5818 static std::optional<DynamicType> ComputeDynamicType(EvalInfo &Info, in ComputeDynamicType() argument5862 return DynamicType{getBaseClassType(This.Designator, PathLength), in ComputeDynamicType()5878 std::optional<DynamicType> DynType = ComputeDynamicType( in HandleVirtualDispatch()5996 std::optional<DynamicType> DynType = in HandleDynamicCast()8814 std::optional<DynamicType> DynType = in VisitCXXTypeidExpr()
786 SRCS_FUL+= StaticAnalyzer/Core/DynamicType.cpp