Searched refs:LocType (Results 1 – 5 of 5) sorted by relevance
114 switch (auto LocType = Symbol.getLocationType()) { in dump() local126 Printer << "data(unexpected type=" << LocType << ")"; in dump()
43 switch (auto LocType = Var.getLocationType()) { in start() local82 Printer << "unknown(" << LocType << ") "; in start()
1087 QualType LocType = TVR->getValueType(); in checkBind() local1088 if (!LocType->isAnyPointerType()) in checkBind()1105 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
1163 template<typename LocType>1164 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
4750 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local4751 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()