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 103 SourceLocation UnavailableLoc;
192 UnavailableLoc(unavailable), MessageExpr(messageExpr),
351 return UnavailableLoc;
  /external/clang/lib/Parse/
ParseDecl.cpp 737 SourceLocation UnavailableLoc;
748 if (UnavailableLoc.isValid()) {
750 << Keyword << SourceRange(UnavailableLoc);
752 UnavailableLoc = KeywordLoc;
828 if (UnavailableLoc.isValid()) {
833 Diag(UnavailableLoc, diag::warn_availability_and_unavailable)
853 UnavailableLoc, MessageExpr.take(),
    [all...]

Completed in 24 milliseconds