Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTMutationListener.h147 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h752 void AddedAttributeToRecord(const Attr *Attr,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6130 void ASTWriter::AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function in ASTWriter
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp6049 L->AddedAttributeToRecord(BoxableAttr, RD); in handleObjCBoxable()