Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclBase.h432 return setAttrsImpl(Attrs, getASTContext()); in setAttrs()
947 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclBase.cpp589 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) { in setAttrsImpl() function in Decl
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp386 D->setAttrsImpl(Attrs, Reader.getContext()); in VisitDecl()