Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3843 std::vector<Record *> MutuallyExclusiveAttrs = in GenerateMutualExclusionsChecks() local
3848 if (llvm::any_of(MutuallyExclusiveAttrs, IsCurAttr)) { in GenerateMutualExclusionsChecks()
3851 for (const Record *AttrToExclude : MutuallyExclusiveAttrs) { in GenerateMutualExclusionsChecks()