Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1899 bool isAttributedSupported(const Record &Attribute);
2024 bool PragmaClangAttributeSupport::isAttributedSupported( in isAttributedSupported() function in PragmaClangAttributeSupport
2090 if (!isAttributedSupported(Attr) || Attr.isValueUnset("Subjects")) in generateStrictConformsTo()
4294 OS << PragmaAttributeSupport.isAttributedSupported(*I->second) << ",\n"; in EmitClangAttrParsedAttrImpl()
4717 if (getPragmaAttributeSupport(Records).isAttributedSupported( in WriteDocumentation()
4808 if (!Support.isAttributedSupported(*I.second)) in EmitTestPragmaAttributeSupportedAttributes()