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

References

tools/clang/include/clang/AST/Decl.h
 2119     return hasWrittenPrototype() || hasInheritedPrototype();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  544   Record.push_back(D->hasInheritedPrototype());
 1347       !D->hasInheritedPrototype() &&