Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp298 struct AttributeInsertion { struct
299 StringRef Prefix;
300 SourceLocation Loc;
301 StringRef Suffix;
303 static AttributeInsertion createInsertionAfter(const NamedDecl *D) { in createInsertionAfter()
306 static AttributeInsertion createInsertionAfter(SourceLocation Loc) { in createInsertionAfter()
309 static AttributeInsertion createInsertionBefore(const NamedDecl *D) { in createInsertionBefore()