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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1399     bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; }
tools/clang/lib/Sema/DeclSpec.cpp
  183   I.Fun.hasPrototype            = hasProto;
tools/clang/lib/Sema/SemaDecl.cpp
 8163       (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) ||
13233   if (!FTI.hasPrototype) {
tools/clang/lib/Sema/SemaType.cpp
  726     declarator.getFunctionTypeInfo().hasPrototype = true;
 4852           } else if (!FTI.hasPrototype) {