Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp664 AttrVec &AttrBlank = Ctx.getDeclAttrs(this); in setAttrsImpl() local
665 assert(AttrBlank.empty() && "HasAttrs was wrong?"); in setAttrsImpl()
667 AttrBlank = attrs; in setAttrsImpl()