Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DMultiplexConsumer.cpp128 void AddedAttributeToRecord(const Attr *Attr,
222 void MultiplexASTMutationListener::AddedAttributeToRecord( in AddedAttributeToRecord() function in clang::MultiplexASTMutationListener
226 L->AddedAttributeToRecord(Attr, Record); in AddedAttributeToRecord()
/external/clang/include/clang/AST/
DASTMutationListener.h118 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function
/external/clang/include/clang/Serialization/
DASTWriter.h880 void AddedAttributeToRecord(const Attr *Attr,
/external/clang/lib/Serialization/
DASTWriter.cpp5808 void ASTWriter::AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function in ASTWriter
/external/clang/lib/Sema/
DSemaDeclAttr.cpp4306 L->AddedAttributeToRecord(BoxableAttr, RD); in handleObjCBoxable()