Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTMutationListener.h147 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h785 void AddedAttributeToRecord(const Attr *Attr,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6302 void ASTWriter::AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function in ASTWriter
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp6168 L->AddedAttributeToRecord(BoxableAttr, RD); in handleObjCBoxable()