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.cpp2052 bool isAttributedSupported(const Record &Attribute);
2177 bool PragmaClangAttributeSupport::isAttributedSupported( in isAttributedSupported() function in PragmaClangAttributeSupport
2255 if (!isAttributedSupported(Attr) || Attr.isValueUnset("Subjects")) in generateStrictConformsTo()
4746 OS << PragmaAttributeSupport.isAttributedSupported(*I->second) << ",\n"; in EmitClangAttrParsedAttrImpl()
5175 if (getPragmaAttributeSupport(Records).isAttributedSupported( in WriteDocumentation()
5266 if (!Support.isAttributedSupported(*I.second)) in EmitTestPragmaAttributeSupportedAttributes()