Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6767 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitCaseStmt() local
6776 ToStmt->setSubStmt(ToSubStmt); in VisitCaseStmt()
6786 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitDefaultStmt() local
6791 ToDefaultLoc, ToColonLoc, ToSubStmt); in VisitDefaultStmt()
6799 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitLabelStmt() local
6804 ToIdentLoc, ToLabelDecl, ToSubStmt); in VisitLabelStmt()
7581 auto ToSubStmt = importChecked(Err, E->getSubStmt()); in VisitStmtExpr() local
7589 StmtExpr(ToSubStmt, ToType, ToLParenLoc, ToRParenLoc, in VisitStmtExpr()