Searched refs:VDTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1477 QualType VDTy = VD->getType(); local
1479 if (VDTy->isPointerType())
1481 else if (VDTy->isObjCObjectPointerType())
1483 else if (VDTy->isScalarType())

Completed in 50 milliseconds