Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3997 StringRef SignScope = A->getValue(); in ParseLangArgs() local
3999 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()