HomeSort by relevance Sort by last modified time
    Searched refs:getFullExplanation (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 231 /// getFullExplanation - Given a diagnostic ID, return a full explanation
233 static StringRef getFullExplanation(unsigned DiagID);
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 81 StringRef getFullExplanation() const {
334 /// getFullExplanation - Given a diagnostic ID, return a full explanation
336 StringRef DiagnosticIDs::getFullExplanation(unsigned DiagID) {
338 return Info->getFullExplanation();

Completed in 35 milliseconds