Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfr/utils/
Dutils.cc55 void AddAttributes(Block::iterator begin, Block::iterator end, in AddAttributes() function
174 AddAttributes(begin, end, attrs); in PropagateAttrsToOperations()
/external/llvm-project/clang/include/clang/Serialization/
DASTRecordWriter.h299 void AddAttributes(ArrayRef<const Attr*> Attrs);
/external/llvm-project/llvm/unittests/IR/
DAttributesTest.cpp57 TEST(Attributes, AddAttributes) { in TEST() argument
/external/clang/include/clang/Serialization/
DASTWriter.h906 void AddAttributes(ArrayRef<const Attr*> Attrs);
/external/clang/lib/Serialization/
DASTWriter.cpp3975 void ASTRecordWriter::AddAttributes(ArrayRef<const Attr *> Attrs) { in AddAttributes() function in ASTRecordWriter
4724 Record.AddAttributes(D->getAttrs()); in WriteDeclUpdatesBlocks()
4767 Record.AddAttributes(llvm::makeArrayRef(Update.getAttr())); in WriteDeclUpdatesBlocks()
DASTWriterDecl.cpp291 Record.AddAttributes(D->getAttrs()); in VisitDecl()
DASTWriterStmt.cpp123 Record.AddAttributes(S->getAttrs()); in VisitAttributedStmt()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp4251 void ASTRecordWriter::AddAttributes(ArrayRef<const Attr *> Attrs) { in AddAttributes() function in ASTRecordWriter
5038 Record.AddAttributes(D->getAttrs()); in WriteDeclUpdatesBlocks()
5092 Record.AddAttributes(llvm::makeArrayRef(Update.getAttr())); in WriteDeclUpdatesBlocks()
DASTWriterDecl.cpp306 Record.AddAttributes(D->getAttrs()); in VisitDecl()
DASTWriterStmt.cpp127 Record.AddAttributes(S->getAttrs()); in VisitAttributedStmt()