Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DMSVC.cpp454 StringRef GuardArgs = A->getValue(); in ConstructJob() local
455 if (GuardArgs.equals_lower("cf") || GuardArgs.equals_lower("cf,nochecks")) { in ConstructJob()
458 } else if (GuardArgs.equals_lower("cf-")) { in ConstructJob()
723 StringRef GuardArgs = A->getValue(); in GetCommand() local
724 if (GuardArgs.equals_lower("cf") || GuardArgs.equals_lower("cf,nochecks")) { in GetCommand()
727 } else if (GuardArgs.equals_lower("cf-")) { in GetCommand()
DClang.cpp6915 StringRef GuardArgs = A->getValue(); in AddClangCLArgs() local
6917 if (GuardArgs.equals_lower("cf")) { in AddClangCLArgs()
6920 } else if (GuardArgs.equals_lower("cf,nochecks")) { in AddClangCLArgs()
6923 } else if (GuardArgs.equals_lower("cf-")) { in AddClangCLArgs()
6926 D.Diag(diag::err_drv_invalid_value) << A->getSpelling() << GuardArgs; in AddClangCLArgs()