Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h43 ConstevalNegated enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2325 getStatementKind() == IfStatementKind::ConstevalNegated;
2333 return getStatementKind() == IfStatementKind::ConstevalNegated;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1712 Kind = NotLocation.isValid() ? IfStatementKind::ConstevalNegated in ParseIfStatement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp919 StatementKind == IfStatementKind::ConstevalNegated; in ActOnIfStmt()