Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp61 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1587 QualType DynamicType = TypePtr.getType(); in CallVirt() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6090 struct DynamicType { struct
6107 static std::optional<DynamicType> ComputeDynamicType(EvalInfo &Info, in ComputeDynamicType() argument