Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5620 DeclGroupRef ToDG; in VisitDeclStmt() local
5622 std::tie(ToDG, ToBeginLoc, ToEndLoc) = *Imp; in VisitDeclStmt()
5624 return new (Importer.getToContext()) DeclStmt(ToDG, ToBeginLoc, ToEndLoc); in VisitDeclStmt()