Searched refs:SignScope (Results 1 – 1 of 1) sorted by relevance
3997 StringRef SignScope = A->getValue(); in ParseLangArgs() local3999 if (SignScope.equals_lower("none")) in ParseLangArgs()4002 else if (SignScope.equals_lower("all")) in ParseLangArgs()4005 else if (SignScope.equals_lower("non-leaf")) in ParseLangArgs()4010 << A->getAsString(Args) << SignScope; in ParseLangArgs()4014 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()