Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp969 PathDiagnosticLocation PrevLoc; member in __anon889b26420211::EdgeBuilder
995 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()
1587 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument
[all …]
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp244 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
262 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp673 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
683 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
/external/clang/include/clang/Sema/
DSema.h6909 SourceLocation &PLoc, SourceLocation PrevLoc,