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

References

tools/clang/lib/AST/DeclPrinter.cpp
  669     } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) {
  752       if (!D->hasPrototype() && D->getNumParams()) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1624   if (Method->hasPrototype())
 3238   if (FD->hasPrototype()) {
tools/clang/lib/CodeGen/CGExpr.cpp
 2404   if (!FD->hasPrototype()) {
tools/clang/lib/CodeGen/TargetInfo.cpp
  785       if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype())
tools/clang/lib/Sema/SemaDecl.cpp
 3661       Old->hasPrototype() && !New->hasPrototype() &&
 3661       Old->hasPrototype() && !New->hasPrototype() &&
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7345         false /*isInlineSpecified*/, FD->hasPrototype(), CSK_unspecified);
tools/clang/lib/Sema/SemaExpr.cpp
 3137       if (!cast<FunctionDecl>(VD)->hasPrototype() &&
 5969       if (!FDecl->hasPrototype())
17709             SC_None, false /*isInlineSpecified*/, FD->hasPrototype(),