Searched defs:Compilands (Results 1 – 3 of 3) sorted by relevance
60 mutable std::vector<SymIndexId> Compilands; variable
1214 if (Compilands) { in dumpPretty() local 186 static cl::opt<bool> Compilands("compilands", global() variable 220 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), global() variable 1242 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { dumpPretty() local [all...]
326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local