Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp707 AttrVec &AttrBlank = Ctx.getDeclAttrs(this); in setAttrsImpl() local
708 assert(AttrBlank.empty() && "HasAttrs was wrong?"); in setAttrsImpl()
710 AttrBlank = attrs; in setAttrsImpl()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp868 AttrVec &AttrBlank = Ctx.getDeclAttrs(this); in setAttrsImpl() local
869 assert(AttrBlank.empty() && "HasAttrs was wrong?"); in setAttrsImpl()
871 AttrBlank = attrs; in setAttrsImpl()