Searched refs:LocType (Results 1 – 5 of 5) sorted by relevance
136 switch (auto LocType = Symbol.getLocationType()) { in dump() local154 Printer << "data(unexpected type=" << LocType << ")"; in dump()
49 switch (auto LocType = Var.getLocationType()) { in start() local89 Printer << "unknown(" << LocType << ") "; in start()
1258 QualType LocType = TVR->getValueType(); in checkBind() local1259 if (!isValidPointerType(LocType)) in checkBind()1276 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()1305 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
1166 template<typename LocType>1167 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
6150 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local6151 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()