Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp159 DynamicTypeInfo DynTypeInfo = getDynamicTypeInfo(State, Region); in checkPostStmt() local
161 if (!DynTypeInfo.isValid()) in checkPostStmt()
164 QualType DynType = DynTypeInfo.getType(); in checkPostStmt()
189 if (DynTypeInfo.canBeASubClass() && in checkPostStmt()