Searched refs:AttrBlank (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp603 AttrVec &AttrBlank = Ctx.getDeclAttrs(this); local
604 assert(AttrBlank.empty() && "HasAttrs was wrong?");
606 AttrBlank = attrs;

Completed in 768 milliseconds