Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DAttributesTest.cpp62 TEST(Attributes, AddAttributes) { in TEST() argument
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4370 void ASTRecordWriter::AddAttributes(ArrayRef<const Attr *> Attrs) { in AddAttributes() function in ASTRecordWriter