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()
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()
1224 template<typename LocType>1225 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
5935 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local5936 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()