Searched refs:PrevLoc (Results 1 – 4 of 4) sorted by relevance
969 PathDiagnosticLocation PrevLoc; member in __anona7d180830211::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()1585 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument[all …]
234 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local252 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
1098 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument1108 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
7203 SourceLocation &PLoc, SourceLocation PrevLoc,