Searched refs:FirstSA (Results 1 – 1 of 1) sorted by relevance
984 const StaticAssertDecl *FirstSA = cast<StaticAssertDecl>(FirstDecl); in diagnoseMismatch() local987 const Expr *FirstExpr = FirstSA->getAssertExpr(); in diagnoseMismatch()999 const Expr *FirstMessage = FirstSA->getMessage(); in diagnoseMismatch()1009 FirstLoc = FirstSA->getBeginLoc(); in diagnoseMismatch()1010 FirstRange = FirstSA->getSourceRange(); in diagnoseMismatch()