Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp612 StringRef declKind; in FlushDiagnosticsImpl() local
615 declKind = "C++ class"; in FlushDiagnosticsImpl()
618 declKind = "C++ method"; in FlushDiagnosticsImpl()
621 declKind = "Objective-C method"; in FlushDiagnosticsImpl()
624 declKind = "function"; in FlushDiagnosticsImpl()
629 if (!declKind.empty()) { in FlushDiagnosticsImpl()
632 EmitString(o, declKind) << '\n'; in FlushDiagnosticsImpl()