Searched refs:SignScope (Results 1 – 1 of 1) sorted by relevance
4310 StringRef SignScope = A->getValue(); in ParseLangArgs() local4312 if (SignScope.equals_insensitive("none")) in ParseLangArgs()4315 else if (SignScope.equals_insensitive("all")) in ParseLangArgs()4318 else if (SignScope.equals_insensitive("non-leaf")) in ParseLangArgs()4323 << A->getAsString(Args) << SignScope; in ParseLangArgs()4327 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()