Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h1081 struct ParsedAttributesViewWithRange : ParsedAttributesView { struct
1082 ParsedAttributesViewWithRange() : ParsedAttributesView() {} in ParsedAttributesViewWithRange() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2612 void ProhibitAttributes(ParsedAttributesViewWithRange &Attrs,
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2667 ParsedAttributesViewWithRange FnAttrs; in ParseCXXClassMemberDeclaration()