Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/HdrGen/
H A DGenerator.cpp38 if (!IncludeFileCmd) in getCommandHandler()
39 IncludeFileCmd = std::make_unique<IncludeFileCommand>(); in getCommandHandler()
40 return IncludeFileCmd.get(); in getCommandHandler()
H A DGenerator.h38 std::unique_ptr<Command> IncludeFileCmd; variable