Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1421 struct ParsedAttributesViewWithRange : ParsedAttributesView { struct
1422 ParsedAttributesViewWithRange() : ParsedAttributesView() {} in ParsedAttributesViewWithRange() function
2355 void ProhibitAttributes(ParsedAttributesViewWithRange &Attrs,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp2526 ParsedAttributesViewWithRange FnAttrs; in ParseCXXClassMemberDeclaration()