Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp757 ParsedAttributes MisplacedAttrs(AttrFactory); in ParseUsingDeclaration() local
758 MaybeParseCXX11Attributes(MisplacedAttrs); in ParseUsingDeclaration()
771 if (MisplacedAttrs.Range.isValid()) { in ParseUsingDeclaration()
773 MisplacedAttrs.empty() ? nullptr : &MisplacedAttrs.front(); in ParseUsingDeclaration()
774 auto &Range = MisplacedAttrs.Range; in ParseUsingDeclaration()
781 Attrs.takeAllFrom(MisplacedAttrs); in ParseUsingDeclaration()