Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp786 PathDiagnosticLocation PrevLoc; member in __anondf3e59880211::EdgeBuilder
853 PrevLoc = (*PD.path.begin())->getLocation(); in EdgeBuilder()
855 if (const Stmt *S = PrevLoc.asStmt()) in EdgeBuilder()
875 PrevLoc = PathDiagnosticLocation(); in flushLocations()
949 if (!PrevLoc.isValid()) { in rawAddEdge()
950 PrevLoc = NewLoc; in rawAddEdge()
955 const PathDiagnosticLocation &PrevLocClean = cleanUpLocation(PrevLoc); in rawAddEdge()
966 PrevLoc = NewLoc; in rawAddEdge()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp239 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
257 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/external/clang/lib/CodeGen/
DCGDebugInfo.h51 SourceLocation CurLoc, PrevLoc; variable
DCGDebugInfo.cpp65 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc); in setLocation()
2122 if (CurLoc == PrevLoc || in EmitLocation()
2123 SM.getExpansionLoc(CurLoc) == SM.getExpansionLoc(PrevLoc)) in EmitLocation()
2129 PrevLoc = CurLoc; in EmitLocation()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp608 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
618 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
/external/clang/include/clang/Sema/
DSema.h6000 SourceLocation &PLoc, SourceLocation PrevLoc,