Searched refs:PrevLoc (Results 1 – 4 of 4) sorted by relevance
969 PathDiagnosticLocation PrevLoc; member in __anon889b26420211::EdgeBuilder995 PrevLoc = (*PD.path.begin())->getLocation(); in EdgeBuilder()997 if (const Stmt *S = PrevLoc.asStmt()) in EdgeBuilder()1017 PrevLoc = PathDiagnosticLocation(); in flushLocations()1092 if (!PrevLoc.isValid()) { in rawAddEdge()1093 PrevLoc = NewLoc; in rawAddEdge()1098 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc, PDB.LC); in rawAddEdge()1101 PrevLoc = NewLoc; in rawAddEdge()1114 PrevLoc = NewLoc; in rawAddEdge()1587 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument[all …]
244 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local262 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
673 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument683 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
6909 SourceLocation &PLoc, SourceLocation PrevLoc,