Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp1123 static StringRef ClassifyDiagnostic(QualType VDT) { in ClassifyDiagnostic() argument
1127 if (const auto *RT = VDT->getAs<RecordType>()) { in ClassifyDiagnostic()
1131 } else if (const auto *TT = VDT->getAs<TypedefType>()) { in ClassifyDiagnostic()
1135 } else if (VDT->isPointerType() || VDT->isReferenceType()) in ClassifyDiagnostic()
1136 return ClassifyDiagnostic(VDT->getPointeeType()); in ClassifyDiagnostic()