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;
150 UnavailableLoc(unavailable), MessageExpr(messageExpr),
275 return UnavailableLoc;
  /external/clang/lib/Parse/
ParseDecl.cpp 588 SourceLocation UnavailableLoc;
599 if (UnavailableLoc.isValid()) {
601 << Keyword << SourceRange(UnavailableLoc);
603 UnavailableLoc = KeywordLoc;
678 if (UnavailableLoc.isValid()) {
683 Diag(UnavailableLoc, diag::warn_availability_and_unavailable)
703 UnavailableLoc, MessageExpr.take(),
    [all...]

Completed in 26 milliseconds