Searched refs:TypeIt (Results 1 – 3 of 3) sorted by relevance
265 auto TypeIt = Root.IDChildren.find(/* RT_MANIFEST */ 24); in cleanUpManifests() local266 if (TypeIt == Root.IDChildren.end()) in cleanUpManifests()269 TreeNode *TypeNode = TypeIt->second.get(); in cleanUpManifests()
1578 auto TypeIt = KnownType.find(Identifier.lower()); in parsePrimaryExpr() local1579 if (TypeIt != KnownType.end()) { in parsePrimaryExpr()1580 Info.Type = TypeIt->second; in parsePrimaryExpr()6937 auto TypeIt = KnownType.find(Base.lower()); in lookUpField() local6938 if (TypeIt != KnownType.end()) { in lookUpField()6939 StructIt = Structs.find(TypeIt->second.Name.lower()); in lookUpField()