Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp116 void AddedAttributeToRecord(const Attr *Attr,
234 void MultiplexASTMutationListener::AddedAttributeToRecord( in AddedAttributeToRecord() function in clang::MultiplexASTMutationListener
238 L->AddedAttributeToRecord(Attr, Record); in AddedAttributeToRecord()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h147 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h837 void AddedAttributeToRecord(const Attr *Attr,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6440 void ASTWriter::AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function in ASTWriter
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6380 L->AddedAttributeToRecord(BoxableAttr, RD); in handleObjCBoxable()