Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.h53 bool requiresValidation(llvm::opt::DerivedArgList &Args) const;
H A DHLSL.cpp301 bool HLSLToolChain::requiresValidation(DerivedArgList &Args) const { in requiresValidation() function in HLSLToolChain
/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4403 if (TC.requiresValidation(Args)) { in BuildActions()