Searched defs:declKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp396 StringRef declKind; local
399 declKind = "C++ class";
402 declKind = "C++ method";
405 declKind = "Objective-C method";
408 declKind = "function";
413 if (!declKind.empty()) {
416 EmitString(o, declKind) << '\n';

Completed in 110 milliseconds