Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp59 void reportTypeError(QualType DynamicType, QualType StaticType,
68 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError() argument
77 QualType::print(DynamicType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(), in reportTypeError()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5567 struct DynamicType { struct
5584 static Optional<DynamicType> ComputeDynamicType(EvalInfo &Info, const Expr *E, in ComputeDynamicType() argument
5626 return DynamicType{getBaseClassType(This.Designator, PathLength), in ComputeDynamicType()
5642 Optional<DynamicType> DynType = ComputeDynamicType( in HandleVirtualDispatch()
5760 Optional<DynamicType> DynType = in HandleDynamicCast()
8323 Optional<DynamicType> DynType = in VisitCXXTypeidExpr()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile674 SRCS_FUL+= StaticAnalyzer/Core/DynamicType.cpp