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 545 AttrVec &AttrBlank = Ctx.getDeclAttrs(this);
561 return getASTContext().getDeclAttrs(this);
579 std::swap(Context.getDeclAttrs(this), Context.getDeclAttrs(RHS));
584 Context.getDeclAttrs(RHS) = Context.getDeclAttrs(this);
    [all...]
ASTContext.cpp 503 AttrVec& ASTContext::getDeclAttrs(const Decl *D) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 423 AttrVec& getDeclAttrs(const Decl *D);
    [all...]

Completed in 23 milliseconds