Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp169 DynamicTypeInfo DynTypeInfo = getDynamicTypeInfo(State, Region); in checkPostStmt() local
171 if (!DynTypeInfo.isValid()) in checkPostStmt()
174 QualType DynType = DynTypeInfo.getType(); in checkPostStmt()
199 if (DynTypeInfo.canBeASubClass() && in checkPostStmt()