Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp446 DynamicTypeInfo DynType = getState()->getDynamicTypeInfo(R); in getRuntimeDefinition() local
447 if (!DynType.isValid()) in getRuntimeDefinition()
451 QualType RegionType = DynType.getType()->getPointeeType(); in getRuntimeDefinition()
485 if (DynType.canBeASubClass()) in getRuntimeDefinition()
831 QualType DynType = DTI.getType(); in getRuntimeDefinition() local
833 ReceiverT = dyn_cast<ObjCObjectPointerType>(DynType); in getRuntimeDefinition()