Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1495 SourceLocation NotLocation; in ParseIfStatement() local
1505 NotLocation = ConsumeToken(); in ParseIfStatement()
1515 if (!IsConsteval && (NotLocation.isValid() || Tok.isNot(tok::l_paren))) { in ParseIfStatement()
1588 if (NotLocation.isInvalid() && IsConsteval) { in ParseIfStatement()
1633 if (NotLocation.isValid() && IsConsteval) { in ParseIfStatement()
1697 Kind = NotLocation.isValid() ? IfStatementKind::ConstevalNegated in ParseIfStatement()