Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp969 PathDiagnosticLocation PrevLoc; member in __anon6d7da64b0211::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()
1585 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp237 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
255 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp234 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
254 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp253 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
273 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1097 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
1107 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
/external/clang/include/clang/Sema/
DSema.h7367 SourceLocation &PLoc, SourceLocation PrevLoc,