Searched refs:PrevLoc (Results 1 – 6 of 6) sorted by relevance
786 PathDiagnosticLocation PrevLoc; member in __anondf3e59880211::EdgeBuilder853 PrevLoc = (*PD.path.begin())->getLocation(); in EdgeBuilder()855 if (const Stmt *S = PrevLoc.asStmt()) in EdgeBuilder()875 PrevLoc = PathDiagnosticLocation(); in flushLocations()949 if (!PrevLoc.isValid()) { in rawAddEdge()950 PrevLoc = NewLoc; in rawAddEdge()955 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc); in rawAddEdge()966 PrevLoc = NewLoc; in rawAddEdge()
239 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local257 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
51 SourceLocation CurLoc, PrevLoc; variable
65 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc); in setLocation()2122 if (CurLoc == PrevLoc || in EmitLocation()2123 SM.getExpansionLoc(CurLoc) == SM.getExpansionLoc(PrevLoc)) in EmitLocation()2129 PrevLoc = CurLoc; in EmitLocation()
608 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument618 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
6000 SourceLocation &PLoc, SourceLocation PrevLoc,