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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp472 StringRef declKind; local
475 declKind = "C++ class";
478 declKind = "C++ method";
481 declKind = "Objective-C method";
484 declKind = "function";
489 if (!declKind.empty()) {
492 EmitString(o, declKind) << '\n';

Completed in 113 milliseconds