Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2585 QualType DynamicType = ThisPtr.getDeclDesc()->getType(); in CallVirt() local
2587 if (DynamicType->isPointerType() || DynamicType->isReferenceType()) in CallVirt()
2588 DynamicDecl = DynamicType->getPointeeCXXRecordDecl(); in CallVirt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5801 struct DynamicType { struct
5818 static std::optional<DynamicType> ComputeDynamicType(EvalInfo &Info, in ComputeDynamicType() argument
5862 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()
/freebsd/lib/clang/libclang/
H A DMakefile786 SRCS_FUL+= StaticAnalyzer/Core/DynamicType.cpp