Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6869 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitCaseStmt() local
6878 ToStmt->setSubStmt(ToSubStmt); in VisitCaseStmt()
6888 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitDefaultStmt() local
6893 ToDefaultLoc, ToColonLoc, ToSubStmt); in VisitDefaultStmt()
6901 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitLabelStmt() local
6906 ToIdentLoc, ToLabelDecl, ToSubStmt); in VisitLabelStmt()
7683 auto ToSubStmt = importChecked(Err, E->getSubStmt()); in VisitStmtExpr() local
7691 StmtExpr(ToSubStmt, ToType, ToLParenLoc, ToRParenLoc, in VisitStmtExpr()