Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp1840 bool isAttributedSupported(const Record &Attribute);
1949 bool PragmaClangAttributeSupport::isAttributedSupported( in isAttributedSupported() function in PragmaClangAttributeSupport
2013 if (!isAttributedSupported(Attr) || Attr.isValueUnset("Subjects")) in generateStrictConformsTo()
3774 OS << PragmaAttributeSupport.isAttributedSupported(*I->second) << ";\n"; in EmitClangAttrParsedAttrImpl()
4126 if (getPragmaAttributeSupport(Records).isAttributedSupported( in WriteDocumentation()
4211 if (!Support.isAttributedSupported(*I.second)) in EmitTestPragmaAttributeSupportedAttributes()