Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp821 AttrVec &AttrBlank = Ctx.getDeclAttrs(this); in setAttrsImpl() local
822 assert(AttrBlank.empty() && "HasAttrs was wrong?"); in setAttrsImpl()
824 AttrBlank = attrs; in setAttrsImpl()