Home
last modified time | relevance | path

Searched refs:AddAttributes (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h300 void AddAttributes(ArrayRef<const Attr*> Attrs);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4169 void ASTRecordWriter::AddAttributes(ArrayRef<const Attr *> Attrs) { in AddAttributes() function in ASTRecordWriter
4951 Record.AddAttributes(D->getAttrs()); in WriteDeclUpdatesBlocks()
5005 Record.AddAttributes(llvm::makeArrayRef(Update.getAttr())); in WriteDeclUpdatesBlocks()
H A DASTWriterDecl.cpp305 Record.AddAttributes(D->getAttrs()); in VisitDecl()
H A DASTWriterStmt.cpp128 Record.AddAttributes(S->getAttrs()); in VisitAttributedStmt()