Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp220 struct AttributeInsertion { struct
221 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()