Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4028 StringRef SignScope = A->getValue(); in ParseLangArgs() local
4030 if (SignScope.equals_insensitive("none")) in ParseLangArgs()
4033 else if (SignScope.equals_insensitive("all")) in ParseLangArgs()
4036 else if (SignScope.equals_insensitive("non-leaf")) in ParseLangArgs()
4041 << A->getAsString(Args) << SignScope; in ParseLangArgs()
4045 if (!SignScope.empty() && !SignKey.empty()) { in ParseLangArgs()