Searched defs:parsedFiles (Results 1 – 3 of 3) sorted by relevance
366 std::vector<std::string> parsedFiles; in combine() local396 std::vector<std::string> parsedFiles; in combineDeviceMatrices() local
58 …private final Cache<Path, Optional<CompilationUnit>> parsedFiles = CacheBuilder.newBuilder().softV… field in JavaParserTypeSolver
44 private Map<String, CompilationUnit> parsedFiles = new HashMap<String, CompilationUnit>(); field in JavaParserTypeSolver