Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1302 StringRef SignKey = A->getValue(); in ParseCodeGenArgs() local
1303 if (!SignScope.empty() && !SignKey.empty()) { in ParseCodeGenArgs()
1304 if (SignKey.equals_lower("a_key")) in ParseCodeGenArgs()
1307 else if (SignKey.equals_lower("b_key")) in ParseCodeGenArgs()
1312 << A->getAsString(Args) << SignKey; in ParseCodeGenArgs()