Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6382 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitCaseStmt() local
6391 ToStmt->setSubStmt(ToSubStmt); in VisitCaseStmt()
6401 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitDefaultStmt() local
6406 ToDefaultLoc, ToColonLoc, ToSubStmt); in VisitDefaultStmt()
6414 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitLabelStmt() local
6419 ToIdentLoc, ToLabelDecl, ToSubStmt); in VisitLabelStmt()
7160 auto ToSubStmt = importChecked(Err, E->getSubStmt()); in VisitStmtExpr() local
7168 StmtExpr(ToSubStmt, ToType, ToLParenLoc, ToRParenLoc, in VisitStmtExpr()