Searched defs:AttributeInsertion (Results 1 – 1 of 1) sorted by relevance
224 struct AttributeInsertion { struct225 StringRef Prefix;226 SourceLocation Loc;227 StringRef Suffix;229 static AttributeInsertion createInsertionAfter(const NamedDecl *D) { in createInsertionAfter()232 static AttributeInsertion createInsertionAfter(SourceLocation Loc) { in createInsertionAfter()235 static AttributeInsertion createInsertionBefore(const NamedDecl *D) { in createInsertionBefore()