Searched refs:DynamicType (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypeChecker.cpp | 54 void reportTypeError(QualType DynamicType, QualType StaticType, 63 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError() argument 71 QualType::print(DynamicType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(), in reportTypeError()
|
| /src/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.h | 2585 QualType DynamicType = ThisPtr.getDeclDesc()->getType(); in CallVirt() local 2587 if (DynamicType->isPointerType() || DynamicType->isReferenceType()) in CallVirt() 2588 DynamicDecl = DynamicType->getPointeeCXXRecordDecl(); in CallVirt()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 5801 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()
|
| /src/lib/clang/libclang/ |
| H A D | Makefile | 807 SRCS_FUL+= StaticAnalyzer/Core/DynamicType.cpp
|