Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6142 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitCaseStmt() local
6151 ToStmt->setSubStmt(ToSubStmt); in VisitCaseStmt()
6161 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitDefaultStmt() local
6166 ToDefaultLoc, ToColonLoc, ToSubStmt); in VisitDefaultStmt()
6174 auto ToSubStmt = importChecked(Err, S->getSubStmt()); in VisitLabelStmt() local
6179 ToIdentLoc, ToLabelDecl, ToSubStmt); in VisitLabelStmt()
6901 auto ToSubStmt = importChecked(Err, E->getSubStmt()); in VisitStmtExpr() local
6909 StmtExpr(ToSubStmt, ToType, ToLParenLoc, ToRParenLoc, in VisitStmtExpr()