Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DMultiplexConsumer.cpp110 void AddedAttributeToRecord(const Attr *Attr,
223 void MultiplexASTMutationListener::AddedAttributeToRecord( in AddedAttributeToRecord() function in clang::MultiplexASTMutationListener
227 L->AddedAttributeToRecord(Attr, Record); in AddedAttributeToRecord()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTMutationListener.h143 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h742 void AddedAttributeToRecord(const Attr *Attr,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6426 void ASTWriter::AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function in ASTWriter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp5177 L->AddedAttributeToRecord(BoxableAttr, RD); in handleObjCBoxable()