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

References

tools/clang/lib/Sema/SemaStmt.cpp
 1918       if (!D || D->isInvalidDecl())
 1918       if (!D || D->isInvalidDecl())
 1921       FirstType = D->getType();
 1925       if (!D->hasLocalStorage())
 1926         return StmtError(Diag(D->getLocation(),
 1931         OpaqueValueExpr OpaqueId(D->getLocation(), Context.getObjCIdType(),
 1934         if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) ==
 1936           DiagnoseAutoDeductionFailure(D, DeducedInit);
 1938           D->setInvalidDecl();
 1942         D->setType(FirstType);
 1946               D->getTypeSourceInfo()->getTypeLoc().getBeginLoc();
 1948             << D->getDeclName();