Home
last modified time | relevance | path

Searched refs:PrevLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp975 PathDiagnosticLocation PrevLoc; member in __anon9d1265590211::EdgeBuilder
1001 PrevLoc = (*PD.path.begin())->getLocation(); in EdgeBuilder()
1003 if (const Stmt *S = PrevLoc.asStmt()) in EdgeBuilder()
1023 PrevLoc = PathDiagnosticLocation(); in flushLocations()
1098 if (!PrevLoc.isValid()) { in rawAddEdge()
1099 PrevLoc = NewLoc; in rawAddEdge()
1104 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc, PDB.LC); in rawAddEdge()
1107 PrevLoc = NewLoc; in rawAddEdge()
1120 PrevLoc = NewLoc; in rawAddEdge()
1596 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument
[all …]
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp245 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
263 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/external/clang/lib/CodeGen/
DCGDebugInfo.h56 SourceLocation CurLoc, PrevLoc; variable
DCGDebugInfo.cpp2562 if (CurLoc == PrevLoc || in EmitLocation()
2563 SM.getExpansionLoc(CurLoc) == SM.getExpansionLoc(PrevLoc)) in EmitLocation()
2571 PrevLoc = CurLoc; in EmitLocation()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp677 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
687 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
/external/clang/include/clang/Sema/
DSema.h6779 SourceLocation &PLoc, SourceLocation PrevLoc,