Home
last modified time | relevance | path

Searched refs:MapStrToType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp601 std::map<std::string, Type *> MapStrToType = { in parseTextType() local
616 auto It = MapStrToType.find(TypeTextRepresentation); in parseTextType()
617 if (It != MapStrToType.end()) in parseTextType()