Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp716 StringRef declKind; in FlushDiagnosticsImpl() local
719 declKind = "C++ class"; in FlushDiagnosticsImpl()
722 declKind = "C++ method"; in FlushDiagnosticsImpl()
725 declKind = "Objective-C method"; in FlushDiagnosticsImpl()
728 declKind = "function"; in FlushDiagnosticsImpl()
733 if (!declKind.empty()) { in FlushDiagnosticsImpl()
736 EmitString(o, declKind) << '\n'; in FlushDiagnosticsImpl()