Home
last modified time | relevance | path

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

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