Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp54 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5740 struct DynamicType { struct
5757 static std::optional<DynamicType> ComputeDynamicType(EvalInfo &Info, in ComputeDynamicType() argument
5801 return DynamicType{getBaseClassType(This.Designator, PathLength), in ComputeDynamicType()
5817 std::optional<DynamicType> DynType = ComputeDynamicType( in HandleVirtualDispatch()
5935 std::optional<DynamicType> DynType = in HandleDynamicCast()
8728 std::optional<DynamicType> DynType = in VisitCXXTypeidExpr()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile756 SRCS_FUL+= StaticAnalyzer/Core/DynamicType.cpp