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

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

Completed in 134 milliseconds