Searched refs:LocType (Results 1 – 4 of 4) sorted by relevance
68 switch (auto LocType = Symbol.getLocationType()) { in dump() local80 Printer << "data(unexpected type=" << LocType << ")"; in dump()
42 switch (auto LocType = Var.getLocationType()) { in start() local81 Printer << "unknown(" << LocType << ") "; in start()
898 QualType LocType = TVR->getValueType(); in checkBind() local899 if (!LocType->isAnyPointerType()) in checkBind()916 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
4619 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local4620 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()