Searched defs:Compilands (Results 1 – 3 of 3) sorted by relevance
54 mutable std::vector<SymIndexId> Compilands; variable
184 static cl::opt<bool> Compilands("compilands", variable216 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable1188 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local1216 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local
326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local