Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h423 return setAttrsImpl(Attrs, getASTContext()); in setAttrs()
974 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp606 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) { in setAttrsImpl() function in Decl
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp433 D->setAttrsImpl(Attrs, Reader.getContext()); in VisitDecl()
3634 D->setAttrsImpl(Attrs, Reader.getContext()); in UpdateDecl()