Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp974 PathDiagnosticLocation PrevLoc; member in __anon8bbae94a0211::EdgeBuilder
1000 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 …]
/freebsd-9-stable/contrib/llvm/lib/MC/MCParser/
DELFAsmParser.cpp244 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
262 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.h56 SourceLocation CurLoc, PrevLoc; variable
DCGDebugInfo.cpp113 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()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp665 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
675 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h6652 SourceLocation &PLoc, SourceLocation PrevLoc,