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.cpp7216 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitCaseStmt() local
7225 ToStmt->setSubStmt(ToSubStmt); in VisitCaseStmt()
7235 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitDefaultStmt() local
7240 ToDefaultLoc, ToColonLoc, ToSubStmt); in VisitDefaultStmt()
7248 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitLabelStmt() local
7253 ToIdentLoc, ToLabelDecl, ToSubStmt); in VisitLabelStmt()
8031 auto ToSubStmt = importChecked(Err, E->getSubStmt()); in VisitStmtExpr() local
8039 StmtExpr(ToSubStmt, ToType, ToLParenLoc, ToRParenLoc, in VisitStmtExpr()