Home
last modified time | relevance | path

Searched refs:WriteAttributes (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Serialization/
DASTWriter.h545 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record);
/external/llvm/docs/TableGen/
DBackEnds.rst277 the ``ASTWriter::WriteAttributes`` function.
/external/clang/lib/Serialization/
DASTWriter.cpp3923 void ASTWriter::WriteAttributes(ArrayRef<const Attr*> Attrs, in WriteAttributes() function in ASTWriter
4646 WriteAttributes(llvm::makeArrayRef(D->getAttrs().begin(), in WriteDeclUpdatesBlocks()
4686 WriteAttributes(llvm::makeArrayRef(Update.getAttr()), Record); in WriteDeclUpdatesBlocks()
DASTWriterDecl.cpp286 Writer.WriteAttributes(llvm::makeArrayRef(D->getAttrs().begin(), in VisitDecl()
DASTWriterStmt.cpp114 Writer.WriteAttributes(S->getAttrs(), Record); in VisitAttributedStmt()