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

Declarations

gen/tools/clang/include/clang/AST/Attrs.inc
 8606   OMPDeclareSimdDeclAttr *clone(ASTContext &C) const;

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
12394     return cast<OMPDeclareSimdDeclAttr>(this)->clone(C);
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  771       return A->clone(C);