Searched refs:LocType (Results 1 – 6 of 6) 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()
1259 QualType LocType = TVR->getValueType(); in checkBind() local1260 if (!isValidPointerType(LocType)) in checkBind()1277 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()1306 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
1181 template<typename LocType>1182 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
6741 using LocType = DbgVariableRecord::LocationType; in parseDebugRecord() typedef6771 LocType ValueType = StringSwitch<LocType>(Lex.getStrVal()) in parseDebugRecord()6772 .Case("declare", LocType::Declare) in parseDebugRecord()6773 .Case("value", LocType::Value) in parseDebugRecord()6774 .Case("assign", LocType::Assign); in parseDebugRecord()6805 if (ValueType == LocType::Assign) { in parseDebugRecord()
5974 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local5975 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()