Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2054 bool isAttributedSupported(const Record &Attribute);
2175 bool PragmaClangAttributeSupport::isAttributedSupported( in isAttributedSupported() function in PragmaClangAttributeSupport
2252 if (!isAttributedSupported(Attr) || Attr.isValueUnset("Subjects")) in generateStrictConformsTo()
4880 OS << PragmaAttributeSupport.isAttributedSupported(*I->second) << ",\n"; in EmitClangAttrParsedAttrImpl()
5325 if (getPragmaAttributeSupport(Records).isAttributedSupported( in WriteDocumentation()
5474 if (!Support.isAttributedSupported(*I.second)) in EmitTestPragmaAttributeSupportedAttributes()