Searched refs:LocType (Results 1 – 7 of 7) sorted by relevance
43 switch (auto LocType = Var.getLocationType()) { in start() local82 Printer << "unknown(" << LocType << ") "; in start()
114 switch (auto LocType = Symbol.getLocationType()) { in dump() local126 Printer << "data(unexpected type=" << LocType << ")"; in dump()
136 switch (auto LocType = Symbol.getLocationType()) { in dump() local154 Printer << "data(unexpected type=" << LocType << ")"; in dump()
48 switch (auto LocType = Var.getLocationType()) { in start() local88 Printer << "unknown(" << LocType << ") "; in start()
1087 QualType LocType = TVR->getValueType(); in checkBind() local1088 if (!LocType->isAnyPointerType()) in checkBind()1105 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
1163 template<typename LocType>1164 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
4750 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local4751 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()