Searched defs:AttributeInsertion (Results 1 – 1 of 1) sorted by relevance
220 struct AttributeInsertion { struct221 StringRef Prefix;222 SourceLocation Loc;223 StringRef Suffix;225 static AttributeInsertion createInsertionAfter(const NamedDecl *D) { in createInsertionAfter()228 static AttributeInsertion createInsertionAfter(SourceLocation Loc) { in createInsertionAfter()231 static AttributeInsertion createInsertionBefore(const NamedDecl *D) { in createInsertionBefore()