Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp52 void reportTypeError(QualType DynamicType, QualType StaticType,
61 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError() argument
69 QualType::print(DynamicType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(), in reportTypeError()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1587 QualType DynamicType = TypePtr.getType(); in CallVirt() local
1588 if (DynamicType->isPointerType() || DynamicType->isReferenceType()) in CallVirt()
1589 DynamicDecl = DynamicType->getPointeeCXXRecordDecl(); in CallVirt()
1591 DynamicDecl = DynamicType->getAsCXXRecordDecl(); in CallVirt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6090 struct DynamicType { struct
6107 static std::optional<DynamicType> ComputeDynamicType(EvalInfo &Info, in ComputeDynamicType() argument
6155 return DynamicType{getBaseClassType(This.Designator, PathLength), in ComputeDynamicType()
6171 std::optional<DynamicType> DynType = ComputeDynamicType( in HandleVirtualDispatch()
6289 std::optional<DynamicType> DynType = in HandleDynamicCast()
9184 std::optional<DynamicType> DynType = in VisitCXXTypeidExpr()
/freebsd/lib/clang/libclang/
H A DMakefile828 SRCS_FUL+= StaticAnalyzer/Core/DynamicType.cpp