Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1405 SourceLocation NotLocation; in ParseIfStatement() local
1418 NotLocation = ConsumeToken(); in ParseIfStatement()
1429 NotLocation.isValid()); in ParseIfStatement()
1433 if (!IsConsteval && (NotLocation.isValid() || Tok.isNot(tok::l_paren))) { in ParseIfStatement()
1506 if (NotLocation.isInvalid() && IsConsteval) { in ParseIfStatement()
1551 if (NotLocation.isValid() && IsConsteval) { in ParseIfStatement()
1615 Kind = NotLocation.isValid() ? IfStatementKind::ConstevalNegated in ParseIfStatement()