Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp935 setStatementKind(Kind); in IfStmt()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2340 void setStatementKind(IfStatementKind Kind) { in setStatementKind() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp228 S->setStatementKind(static_cast<IfStatementKind>(Record.readInt())); in VisitIfStmt()