Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2114 return getStatementKind() == IfStatementKind::ConstevalNonNegated || in isConsteval()
2115 getStatementKind() == IfStatementKind::ConstevalNegated; in isConsteval()
2119 return getStatementKind() == IfStatementKind::ConstevalNonNegated; in isNonNegatedConsteval()
2123 return getStatementKind() == IfStatementKind::ConstevalNegated; in isNegatedConsteval()
2127 return getStatementKind() == IfStatementKind::Constexpr; in isConstexpr()
2134 IfStatementKind getStatementKind() const { in getStatementKind() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp147 Record.push_back(static_cast<uint64_t>(S->getStatementKind())); in VisitIfStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6453 return IfStmt::Create(Importer.getToContext(), ToIfLoc, S->getStatementKind(), in VisitIfStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7516 S->getIfLoc(), S->getStatementKind(), S->getLParenLoc(), Cond, in TransformIfStmt()