Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp934 setStatementKind(Kind); in IfStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2333 void setStatementKind(IfStatementKind Kind) { in setStatementKind() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp228 S->setStatementKind(static_cast<IfStatementKind>(Record.readInt())); in VisitIfStmt()