Searched refs:DynamicType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypeChecker.cpp | 52 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 D | Interp.cpp | 1587 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 D | ExprConstant.cpp | 6090 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 D | Makefile | 828 SRCS_FUL+= StaticAnalyzer/Core/DynamicType.cpp
|