Searched defs:SourceModule (Results 1 – 3 of 3) sorted by relevance
18 struct SourceModule { struct20 std::vector<ConstString> path;21 ConstString search_path;22 ConstString sysroot;
94 Module *SourceModule = nullptr; variable
758 if (const Module *SourceModule = MMI->getModule()) { in emitAttributes() local