Searched refs:TypeIt (Results 1 – 2 of 2) sorted by relevance
264 auto TypeIt = Root.IDChildren.find(/* RT_MANIFEST */ 24); in cleanUpManifests() local265 if (TypeIt == Root.IDChildren.end()) in cleanUpManifests()268 TreeNode *TypeNode = TypeIt->second.get(); in cleanUpManifests()
1723 auto TypeIt = KnownType.find(Identifier.lower()); in parsePrimaryExpr() local1724 if (TypeIt != KnownType.end()) { in parsePrimaryExpr()1725 Info.Type = TypeIt->second; in parsePrimaryExpr()7255 auto TypeIt = KnownType.find(Base.lower()); in lookUpField() local7256 if (TypeIt != KnownType.end()) { in lookUpField()7257 StructIt = Structs.find(TypeIt->second.Name.lower()); in lookUpField()