Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1000 AttrVec &AttrBlank = Ctx.getDeclAttrs(this); in setAttrsImpl() local
1001 assert(AttrBlank.empty() && "HasAttrs was wrong?"); in setAttrsImpl()
1003 AttrBlank = attrs; in setAttrsImpl()