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

  /external/clang/include/clang/Sema/
AttributeList.h 87 SourceLocation UnavailableLoc;
147 UnavailableLoc(unavailable), NextInPosition(0), NextInPool(0) {
372 return UnavailableLoc;
  /external/clang/lib/Parse/
ParseDecl.cpp 579 SourceLocation UnavailableLoc;
590 if (UnavailableLoc.isValid()) {
592 << Keyword << SourceRange(UnavailableLoc);
594 UnavailableLoc = KeywordLoc;
660 if (UnavailableLoc.isValid()) {
665 Diag(UnavailableLoc, diag::warn_availability_and_unavailable)
685 UnavailableLoc, false, false);
    [all...]

Completed in 31 milliseconds