Home
last modified time | relevance | path

Searched refs:ConsumedEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3385 SourceLocation ConsumedEnd; in ParseDeclarationSpecifiers() local
3955 ConsumedEnd = Tok.getLocation(); in ParseDeclarationSpecifiers()
4174 ConsumedEnd = ExplicitLoc; in ParseDeclarationSpecifiers()
4190 ConsumedEnd = Tok.getLocation(); in ParseDeclarationSpecifiers()
4302 ConsumedEnd = PrevTokLocation; in ParseDeclarationSpecifiers()
4622 DS.SetRangeEnd(ConsumedEnd.isValid() ? ConsumedEnd : Tok.getLocation()); in ParseDeclarationSpecifiers()
4642 if (DiagID != diag::err_bool_redeclaration && ConsumedEnd.isInvalid()) in ParseDeclarationSpecifiers()