Searched defs:InterfaceFile (Results 1 – 3 of 3) sorted by relevance
20 class InterfaceFile; variable
144 InterfaceFile(std::unique_ptr<SymbolSet> &&InputSymbols) InterfaceFile() function 147 InterfaceFile() : SymbolsSet(std::make_unique<SymbolSet>()){}; InterfaceFile() function [all...]
35 class InterfaceFile; variable