Searched defs:Compilands (Results 1 – 4 of 4) sorted by relevance
70 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local87 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local114 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local
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