Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h442 return setAttrsImpl(Attrs, getASTContext()); in setAttrs()
1030 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
/external/clang/lib/AST/
DDeclBase.cpp704 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) { in setAttrsImpl() function in Decl
/external/clang/lib/Serialization/
DASTReaderDecl.cpp534 D->setAttrsImpl(Attrs, Reader.getContext()); in VisitDecl()
3854 D->setAttrsImpl(Attrs, Reader.getContext()); in UpdateDecl()