Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp4503 auto ExpectedInputType = ExtractAPIPlaceholderInput.getType(); in ConstructJob() local
4504 if (I.getType() != ExpectedInputType) { in ConstructJob()
4507 << types::getTypeName(ExpectedInputType); in ConstructJob()