Home
last modified time | relevance | path

Searched defs:Subject (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1831 static bool isSupportedPragmaClangAttributeSubject(const Record &Subject) { in isSupportedPragmaClangAttributeSubject()
1866 for (const auto *Subject : ApplicableSubjects) { in PragmaClangAttributeSupport() local
1969 for (const auto *Subject : Subjects) { in isAttributedSupported() local
2021 for (const auto *Subject : Subjects) { in generateStrictConformsTo() local
3434 for (const auto *Subject : Subjects) { in CalculateDiagnostic() local
3485 static std::string functionNameForCustomAppertainsTo(const Record &Subject) { in functionNameForCustomAppertainsTo()
3489 static void GenerateCustomAppertainsTo(const Record &Subject, raw_ostream &OS) { in GenerateCustomAppertainsTo()
3927 for (auto Subject : SubjectObj->getValueAsListOfDefs("Subjects")) in EmitClangAttrParsedAttrImpl() local
4458 for (const auto &Subject : llvm::enumerate(Subjects)) { in EmitTestPragmaAttributeSupportedAttributes() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwincrypt.d588 CERT_NAME_BLOB Subject; member