HomeSort by: relevance | last modified time | path
    Searched defs:declKind (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 716 StringRef declKind;
719 declKind = "C++ class";
722 declKind = "C++ method";
725 declKind = "Objective-C method";
728 declKind = "function";
733 if (!declKind.empty()) {
736 EmitString(o, declKind) << '\n';

Completed in 17 milliseconds