Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypeChecker.cpp63 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDInterp.h2585 QualType DynamicType = ThisPtr.getDeclDesc()->getType(); in CallVirt() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp5801 struct DynamicType { struct
5818 static std::optional<DynamicType> ComputeDynamicType(EvalInfo &Info, in ComputeDynamicType() argument