Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp124 void AddedAttributeToRecord(const Attr *Attr,
247 void MultiplexASTMutationListener::AddedAttributeToRecord( in AddedAttributeToRecord() function in clang::MultiplexASTMutationListener
251 L->AddedAttributeToRecord(Attr, Record); in AddedAttributeToRecord()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h149 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h909 void AddedAttributeToRecord(const Attr *Attr,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2134 L->AddedAttributeToRecord(BoxableAttr, RD); in handleBoxable()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7025 void ASTWriter::AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord() function in ASTWriter