Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp149 BuildAttributeSubSection BASubSection; in parse() local
150 BASubSection.Name = VendorName; in parse()
151 BASubSection.IsOptional = IsOptional; in parse()
152 BASubSection.ParameterType = Type; in parse()
198 BASubSection.Content.push_back(BAItem); in parse()
210 SubSectionVec.push_back(BASubSection); in parse()