Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp165 DynamicTypeInfo DynTypeInfo = getDynamicTypeInfo(State, Region); in checkPostStmt() local
167 if (!DynTypeInfo.isValid()) in checkPostStmt()
170 QualType DynType = DynTypeInfo.getType(); in checkPostStmt()
195 if (DynTypeInfo.canBeASubClass() && in checkPostStmt()