Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp715 StringRef declKind; in FlushDiagnosticsImpl() local
718 declKind = "C++ class"; in FlushDiagnosticsImpl()
721 declKind = "C++ method"; in FlushDiagnosticsImpl()
724 declKind = "Objective-C method"; in FlushDiagnosticsImpl()
727 declKind = "function"; in FlushDiagnosticsImpl()
732 if (!declKind.empty()) { in FlushDiagnosticsImpl()
735 EmitString(o, declKind) << '\n'; in FlushDiagnosticsImpl()