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