Home
last modified time | relevance | path

Searched refs:PrevLoc (Results 1 – 11 of 11) 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()
1585 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp248 PathDiagnosticLocation &PrevLoc) const;
1079 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument
1088 if (!PrevLoc.isValid() || !PrevLoc.asLocation().isValid()) { in addEdgeToPath()
1089 PrevLoc = NewLoc; in addEdgeToPath()
1095 if (NewLoc.asStmt() && NewLoc.asStmt() == PrevLoc.asStmt()) in addEdgeToPath()
1099 std::make_shared<PathDiagnosticControlFlowPiece>(NewLoc, PrevLoc)); in addEdgeToPath()
1100 PrevLoc = NewLoc; in addEdgeToPath()
1123 PathDiagnosticConstruct &C, PathDiagnosticLocation &PrevLoc) const { in generatePathDiagnosticsForNode()
1144 addEdgeToPath(C.getActivePath(), PrevLoc, in generatePathDiagnosticsForNode()
1180 PrevLoc = Call->getLocation(); in generatePathDiagnosticsForNode()
[all …]
/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/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp998 SourceLocation PrevLoc; in unlock() local
1000 PrevLoc = Neg->loc(); in unlock()
1001 Handler->handleUnmatchedUnlock(DiagKind, Cp.toString(), loc, PrevLoc); in unlock()
1344 SourceLocation PrevLoc; in removeLock() local
1346 PrevLoc = Neg->loc(); in removeLock()
1347 Handler.handleUnmatchedUnlock(DiagKind, Cp.toString(), UnlockLoc, PrevLoc); in removeLock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp252 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
272 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp252 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
272 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1240 SourceLocation PrevLoc; member
1246 : P(P), StmtLoc(SL), PrevLoc(P.getCurToken().getLocation()), in MisleadingIndentationChecker()
1298 Tok.getLocation().isMacroID() || PrevLoc.isMacroID() || in Check()
1308 unsigned PrevColNum = getVisualIndentation(SM, PrevLoc); in Check()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1097 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
1107 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1186 SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
1196 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()
/external/clang/include/clang/Sema/
DSema.h7367 SourceLocation &PLoc, SourceLocation PrevLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9348 SourceLocation &PLoc, SourceLocation PrevLoc,