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