Searched refs:LocType (Results 1 – 5 of 5) sorted by relevance
135 switch (auto LocType = Symbol.getLocationType()) { in dump() local153 Printer << "data(unexpected type=" << LocType << ")"; in dump()
49 switch (auto LocType = Var.getLocationType()) { in start() local89 Printer << "unknown(" << LocType << ") "; in start()
1217 QualType LocType = TVR->getValueType(); in checkBind() local1218 if (!LocType->isAnyPointerType()) in checkBind()1235 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()1264 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
1231 template<typename LocType>1232 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
6013 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local6014 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()