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 127 SourceLocation UnavailableLoc;
241 UnavailableLoc(unavailable), MessageExpr(messageExpr),
411 return UnavailableLoc;
  /external/clang/lib/Parse/
ParseDecl.cpp 803 SourceLocation UnavailableLoc;
814 if (UnavailableLoc.isValid()) {
816 << Keyword << SourceRange(UnavailableLoc);
818 UnavailableLoc = KeywordLoc;
884 if (UnavailableLoc.isValid()) {
889 Diag(UnavailableLoc, diag::warn_availability_and_unavailable)
909 UnavailableLoc, MessageExpr.get(),
    [all...]

Completed in 45 milliseconds