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

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1488 static StringRef ClassifyDiagnostic(QualType VDT) { argument
1492 if (const auto *RT = VDT->getAs<RecordType>()) {
1496 } else if (const auto *TT = VDT->getAs<TypedefType>()) {
1500 } else if (VDT->isPointerType() || VDT->isReferenceType())
1501 return ClassifyDiagnostic(VDT->getPointeeType());

Completed in 341 milliseconds