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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1383           delete[] DeclsInPrototype;
 1482       return llvm::makeArrayRef(DeclsInPrototype, NumExceptionsOrDecls);
tools/clang/lib/Sema/DeclSpec.cpp
  272     I.Fun.DeclsInPrototype = new NamedDecl *[DeclsInPrototype.size()];
  274       I.Fun.DeclsInPrototype[J] = DeclsInPrototype[J];