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()1305 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
1186 template<typename LocType>1187 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
7041 using LocType = DbgVariableRecord::LocationType; in parseDebugRecord() typedef7071 LocType ValueType = StringSwitch<LocType>(Lex.getStrVal()) in parseDebugRecord()7072 .Case("declare", LocType::Declare) in parseDebugRecord()7073 .Case("value", LocType::Value) in parseDebugRecord()7074 .Case("assign", LocType::Assign); in parseDebugRecord()7105 if (ValueType == LocType::Assign) { in parseDebugRecord()
6088 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local6089 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()