Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp932 setStatementKind(Kind); in IfStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2130 void setStatementKind(IfStatementKind Kind) { in setStatementKind() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp224 S->setStatementKind(static_cast<IfStatementKind>(Record.readInt())); in VisitIfStmt()