Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5951 Stmt *ToElement, *ToBody; in VisitObjCForCollectionStmt() local
5954 std::tie(ToElement, ToCollection, ToBody, ToForLoc, ToRParenLoc) = *Imp; in VisitObjCForCollectionStmt()
5956 return new (Importer.getToContext()) ObjCForCollectionStmt(ToElement, in VisitObjCForCollectionStmt()