Home
last modified time | relevance | path

Searched defs:AttributeInsertion (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp224 struct AttributeInsertion { struct
225 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()