Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4706 auto ExpectedInputType = ExtractAPIPlaceholderInput.getType(); in ConstructJob() local
4707 if (I.getType() != ExpectedInputType) { in ConstructJob()
4710 << types::getTypeName(ExpectedInputType); in ConstructJob()