Searched refs:LocationList (Results 1 – 3 of 3) sorted by relevance
88 struct LocationList { struct97 using LocationLists = SmallVector<LocationList, 4>; argument
1036 LocationNode = Current->LocationList; in AslCheckExpectedExceptions()1155 NewErrorLocationNode->Next = Current->LocationList; in AslLogExpectedExceptionByLine()1156 Current->LocationList = NewErrorLocationNode; in AslLogExpectedExceptionByLine()1300 CurrentErrorLocation = Current->LocationList; in AslIsExceptionExpected()
292 struct asl_location_node *LocationList; member