Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp84 static StringRef ClassifyDiagnostic(const CapabilityAttr *A) { in ClassifyDiagnostic() function
88 static StringRef ClassifyDiagnostic(QualType VDT) { in ClassifyDiagnostic() function
95 return ClassifyDiagnostic(CA); in ClassifyDiagnostic()
99 return ClassifyDiagnostic(CA); in ClassifyDiagnostic()
101 return ClassifyDiagnostic(VDT->getPointeeType()); in ClassifyDiagnostic()
158 ClassifyDiagnostic( in translateAttrExpr()
211 StringRef Kind = ClassifyDiagnostic(AttrExp->getType()); in translateAttrExpr()
228 ClassifyDiagnostic(Exp->getType())}; in createThisPlaceholder()