Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1967 bool isAttributedSupported(const Record &Attribute);
2092 bool PragmaClangAttributeSupport::isAttributedSupported( in isAttributedSupported() function in PragmaClangAttributeSupport
2158 if (!isAttributedSupported(Attr) || Attr.isValueUnset("Subjects")) in generateStrictConformsTo()
4600 OS << PragmaAttributeSupport.isAttributedSupported(*I->second) << ",\n"; in EmitClangAttrParsedAttrImpl()
5025 if (getPragmaAttributeSupport(Records).isAttributedSupported( in WriteDocumentation()
5116 if (!Support.isAttributedSupported(*I.second)) in EmitTestPragmaAttributeSupportedAttributes()