Searched refs:setAttrsImpl (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclBase.h | 442 return setAttrsImpl(Attrs, getASTContext()); in setAttrs() 1030 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 492 return setAttrsImpl(Attrs, getASTContext()); in setAttrs() 1189 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 704 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) { in setAttrsImpl() function in Decl
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 865 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) { in setAttrsImpl() function in Decl
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 534 D->setAttrsImpl(Attrs, Reader.getContext()); in VisitDecl() 3854 D->setAttrsImpl(Attrs, Reader.getContext()); in UpdateDecl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 595 D->setAttrsImpl(Attrs, Reader.getContext()); in VisitDecl() 4600 D->setAttrsImpl(Attrs, Reader.getContext()); in UpdateDecl()
|