Searched refs:LocType (Results 1 – 5 of 5) sorted by relevance
47 switch (auto LocType = Var.getLocationType()) { in start() local87 Printer << "unknown(" << LocType << ") "; in start()
136 switch (auto LocType = Symbol.getLocationType()) { in dump() local154 Printer << "data(unexpected type=" << LocType << ")"; in dump()
1101 QualType LocType = TVR->getValueType(); in checkBind() local1102 if (!LocType->isAnyPointerType()) in checkBind()1119 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()1148 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
1227 template<typename LocType>1228 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
5527 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local5528 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()