Searched refs:SrcPos (Results 1 – 5 of 5) sorted by relevance
193 SMLoc SrcPos; member
729 return ReturnError(IfdefEntry.SrcPos, "Previous #else is here"); in lexPreprocessor()1016 PrintError(PrepControl.SrcPos, "The latest preprocessor control is here"); in prepReportPreprocessorStackError()
199 SMLoc SrcPos; member
755 return ReturnError(IfdefEntry.SrcPos, "Previous #else is here"); in lexPreprocessor()1042 PrintError(PrepControl.SrcPos, "The latest preprocessor control is here"); in prepReportPreprocessorStackError()
559 unsigned SrcPos) { in permuteDimensions() argument560 assert(DstPos < Map.dim(DimType) && SrcPos < Map.dim(DimType)); in permuteDimensions()561 if (DstPos == SrcPos) in permuteDimensions()570 auto MaxDim = std::max(DstPos, SrcPos); in permuteDimensions()571 auto MinDim = std::min(DstPos, SrcPos); in permuteDimensions()