Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DMultiplexConsumer.cpp131 void AddedAttributeToRecord(const Attr *Attr,
235 void MultiplexASTMutationListener::AddedAttributeToRecord( in AddedAttributeToRecord() function in clang::MultiplexASTMutationListener
239 L->AddedAttributeToRecord(Attr, Record); in AddedAttributeToRecord()
/external/clang/include/clang/AST/
DASTMutationListener.h131 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function
/external/clang/include/clang/Serialization/
DASTWriter.h688 void AddedAttributeToRecord(const Attr *Attr,
/external/clang/lib/Serialization/
DASTWriter.cpp5835 void ASTWriter::AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function in ASTWriter
/external/clang/lib/Sema/
DSemaDeclAttr.cpp4548 L->AddedAttributeToRecord(BoxableAttr, RD); in handleObjCBoxable()