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 407 return setAttrsImpl(Attrs, getASTContext());
876 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 572 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 359 D->setAttrsImpl(Attrs, Reader.getContext());
    [all...]

Completed in 823 milliseconds