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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1012   BuiltinTemplateDecl *getTypePackElementDecl() const;

References

tools/clang/lib/Sema/SemaLookup.cpp
  844           R.addDecl(getASTContext().getTypePackElementDecl());
tools/clang/lib/Serialization/ASTReader.cpp
 7832     return Context.getTypePackElementDecl();