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

Declarations

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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
12198     return cast<CodeSegAttr>(this)->clone(C);
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  327       return A->clone(C);
tools/clang/lib/Sema/SemaDecl.cpp
 9551     Attr *NewAttr = SAttr->clone(S.getASTContext());
 9563       Attr *NewAttr = SAttr->clone(S.getASTContext());