Searched defs:AttributeInsertion (Results 1 – 1 of 1) sorted by relevance
317 struct AttributeInsertion { struct318 StringRef Prefix;319 SourceLocation Loc;320 StringRef Suffix;322 static AttributeInsertion createInsertionAfter(const NamedDecl *D) { in createInsertionAfter()325 static AttributeInsertion createInsertionAfter(SourceLocation Loc) { in createInsertionAfter()328 static AttributeInsertion createInsertionBefore(const NamedDecl *D) { in createInsertionBefore()