reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCoroutine.cpp
 1538                          ExprValueKind::VK_LValue, Loc); // FIXME: scope?
 1549     auto D = buildVarDecl(*this, Loc, PD->getType(), PD->getIdentifier());
 1553     StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc);
 1553     StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc);