Searched refs:PrevLoc (Results 1 – 6 of 6) sorted by relevance
969 PathDiagnosticLocation PrevLoc; member in __anon6d7da64b0211::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 …]
237 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local255 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
234 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local254 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
253 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local273 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
1097 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument1107 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
7367 SourceLocation &PLoc, SourceLocation PrevLoc,