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 554 AttrVec &AttrBlank = Ctx.getDeclAttrs(this);
570 return getASTContext().getDeclAttrs(this);
588 std::swap(Context.getDeclAttrs(this), Context.getDeclAttrs(RHS));
593 Context.getDeclAttrs(RHS) = Context.getDeclAttrs(this);
    [all...]
ASTContext.cpp 843 AttrVec& ASTContext::getDeclAttrs(const Decl *D) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 542 AttrVec& getDeclAttrs(const Decl *D);
    [all...]

Completed in 2547 milliseconds