Searched refs:setAttrsImpl (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h492 return setAttrsImpl(Attrs, getASTContext());
1189 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp864 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) { function in class:Decl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp592 D->setAttrsImpl(Attrs, Reader.getContext());
4579 D->setAttrsImpl(Attrs, Reader.getContext());

Completed in 115 milliseconds