Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4692 InputInfo ExtractAPIPlaceholderInput(Inputs[0].getType(), "extract-api", in ConstructJob() local
4696 IsExtractAPI ? ExtractAPIPlaceholderInput : Inputs[0]; in ConstructJob()
4706 auto ExpectedInputType = ExtractAPIPlaceholderInput.getType(); in ConstructJob()