Searched refs:PrevLoc (Results 1 – 6 of 6) sorted by relevance
974 PathDiagnosticLocation PrevLoc; member in __anon8bbae94a0211::EdgeBuilder1000 PrevLoc = (*PD.path.begin())->getLocation(); in EdgeBuilder()1002 if (const Stmt *S = PrevLoc.asStmt()) in EdgeBuilder()1022 PrevLoc = PathDiagnosticLocation(); in flushLocations()1097 if (!PrevLoc.isValid()) { in rawAddEdge()1098 PrevLoc = NewLoc; in rawAddEdge()1103 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc, PDB.LC); in rawAddEdge()1106 PrevLoc = NewLoc; in rawAddEdge()1119 PrevLoc = NewLoc; in rawAddEdge()1595 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument[all …]
244 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local262 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
56 SourceLocation CurLoc, PrevLoc; variable
113 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc); in setLocation()2553 if (CurLoc == PrevLoc || in EmitLocation()2554 SM.getExpansionLoc(CurLoc) == SM.getExpansionLoc(PrevLoc)) in EmitLocation()2562 PrevLoc = CurLoc; in EmitLocation()
665 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument675 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
6652 SourceLocation &PLoc, SourceLocation PrevLoc,