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

  /external/clang/lib/AST/
DeclBase.cpp 575 AttrVec &AttrBlank = Ctx.getDeclAttrs(this);
591 return getASTContext().getDeclAttrs(this);
609 std::swap(Context.getDeclAttrs(this), Context.getDeclAttrs(RHS));
614 Context.getDeclAttrs(RHS) = Context.getDeclAttrs(this);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 596 AttrVec& getDeclAttrs(const Decl *D);
    [all...]

Completed in 71 milliseconds