Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2317 return getStatementKind() == IfStatementKind::ConstevalNonNegated || in isConsteval()
2318 getStatementKind() == IfStatementKind::ConstevalNegated; in isConsteval()
2322 return getStatementKind() == IfStatementKind::ConstevalNonNegated; in isNonNegatedConsteval()
2326 return getStatementKind() == IfStatementKind::ConstevalNegated; in isNegatedConsteval()
2330 return getStatementKind() == IfStatementKind::Constexpr; in isConstexpr()
2337 IfStatementKind getStatementKind() const { in getStatementKind() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp212 Record.push_back(static_cast<uint64_t>(S->getStatementKind())); in VisitIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6838 return IfStmt::Create(Importer.getToContext(), ToIfLoc, S->getStatementKind(), in VisitIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7779 S->getIfLoc(), S->getStatementKind(), S->getLParenLoc(), Cond, in TransformIfStmt()