Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h1081 struct ParsedAttributesViewWithRange : ParsedAttributesView { struct
1082 ParsedAttributesViewWithRange() : ParsedAttributesView() {} in ParsedAttributesViewWithRange() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2610 void ProhibitAttributes(ParsedAttributesViewWithRange &Attrs,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp2610 ParsedAttributesViewWithRange FnAttrs; in ParseCXXClassMemberDeclaration()