Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2324 return getStatementKind() == IfStatementKind::ConstevalNonNegated || in isConsteval()
2325 getStatementKind() == IfStatementKind::ConstevalNegated; in isConsteval()
2329 return getStatementKind() == IfStatementKind::ConstevalNonNegated; in isNonNegatedConsteval()
2333 return getStatementKind() == IfStatementKind::ConstevalNegated; in isNegatedConsteval()
2337 return getStatementKind() == IfStatementKind::Constexpr; in isConstexpr()
2344 IfStatementKind getStatementKind() const { in getStatementKind() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp212 Record.push_back(static_cast<uint64_t>(S->getStatementKind())); in VisitIfStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp6940 return IfStmt::Create(Importer.getToContext(), ToIfLoc, S->getStatementKind(), in VisitIfStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h8073 S->getIfLoc(), S->getStatementKind(), S->getLParenLoc(), Cond, in TransformIfStmt()