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

References

tools/clang/lib/CodeGen/CGCall.cpp
 3797   if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl))
 3804     if (TargetDecl->hasAttr<AlwaysInlineAttr>() &&
 3805         TargetDecl->hasAttr<TargetAttr>())
 4314       !(TargetDecl && TargetDecl->hasAttr<NoInlineAttr>())) {
 4314       !(TargetDecl && TargetDecl->hasAttr<NoInlineAttr>())) {
 4398     if (TargetDecl && TargetDecl->hasAttr<NotTailCalledAttr>())
 4398     if (TargetDecl && TargetDecl->hasAttr<NotTailCalledAttr>())
 4403   if (getDebugInfo() && TargetDecl &&
 4404       TargetDecl->hasAttr<MSAllocatorAttr>())
 4563   if (Ret.isScalar() && TargetDecl) {
 4564     if (const auto *AA = TargetDecl->getAttr<AssumeAlignedAttr>()) {
 4573     } else if (const auto *AA = TargetDecl->getAttr<AllocAlignAttr>()) {