Searched refs:LocType (Results 1 – 5 of 5) sorted by relevance
137 switch (auto LocType = Symbol.getLocationType()) { in dump() local155 Printer << "data(unexpected type=" << LocType << ")"; in dump()
48 switch (auto LocType = Var.getLocationType()) { in start() local88 Printer << "unknown(" << LocType << ") "; in start()
1063 QualType LocType = TVR->getValueType(); in checkBind() local1064 if (!LocType->isAnyPointerType()) in checkBind()1081 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()1111 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
1165 template<typename LocType>1166 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
5139 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local5140 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()