HomeSort by: relevance | last modified time | path
    Searched refs:setAttrsImpl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 492 return setAttrsImpl(Attrs, getASTContext());
1189 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 864 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 595 D->setAttrsImpl(Attrs, Reader.getContext());
4602 D->setAttrsImpl(Attrs, Reader.getContext());

Completed in 21 milliseconds