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 514 AttrVec &AttrBlank = getASTContext().getDeclAttrs(this);
530 return getASTContext().getDeclAttrs(this);
548 std::swap(Context.getDeclAttrs(this), Context.getDeclAttrs(RHS));
553 Context.getDeclAttrs(RHS) = Context.getDeclAttrs(this);
    [all...]
ASTContext.cpp 498 AttrVec& ASTContext::getDeclAttrs(const Decl *D) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 402 AttrVec& getDeclAttrs(const Decl *D);
    [all...]

Completed in 610 milliseconds