Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4132 StringRef SignScope = A->getValue(); in ParseLangArgs() local
4134 if (SignScope.equals_insensitive("none")) in ParseLangArgs()
4137 else if (SignScope.equals_insensitive("all")) in ParseLangArgs()
4140 else if (SignScope.equals_insensitive("non-leaf")) in ParseLangArgs()
4145 << A->getAsString(Args) << SignScope; in ParseLangArgs()
4149 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()