Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h527 return setAttrsImpl(Attrs, getASTContext()); in setAttrs()
1265 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp997 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) { in setAttrsImpl() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp636 D->setAttrsImpl(Attrs, Reader.getContext()); in VisitDecl()
4700 D->setAttrsImpl(Attrs, Reader.getContext()); in UpdateDecl()