Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypeChecker.cpp174 DynamicTypeInfo DynTypeInfo = getDynamicTypeInfo(State, Region); in checkPostStmt() local
176 if (!DynTypeInfo.isValid()) in checkPostStmt()
179 QualType DynType = DynTypeInfo.getType(); in checkPostStmt()
204 if (DynTypeInfo.canBeASubClass() && in checkPostStmt()