HomeSort by relevance Sort by last modified time
    Searched refs:setAttrsImpl (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 401 return setAttrsImpl(Attrs, getASTContext());
864 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 542 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 359 D->setAttrsImpl(Attrs, Reader.getContext());
    [all...]

Completed in 433 milliseconds