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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp248 PathDiagnosticLocation &PrevLoc) const;
1079 PathDiagnosticLocation &PrevLoc,
1088 if (!PrevLoc.isValid() || !PrevLoc.asLocation().isValid()) {
1089 PrevLoc = NewLoc;
1095 if (NewLoc.asStmt() && NewLoc.asStmt() == PrevLoc.asStmt())
1099 std::make_shared<PathDiagnosticControlFlowPiece>(NewLoc, PrevLoc));
1100 PrevLoc = NewLoc;
1123 PathDiagnosticConstruct &C, PathDiagnosticLocation &PrevLoc) const {
1144 addEdgeToPath(C.getActivePath(), PrevLoc,
1078 addEdgeToPath(PathPieces &path, PathDiagnosticLocation &PrevLoc, PathDiagnosticLocation NewLoc) argument
2016 PathDiagnosticLocation PrevLoc = Construct.PD->getLocation(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp998 SourceLocation PrevLoc;
1000 PrevLoc = Neg->loc();
1001 Handler->handleUnmatchedUnlock(DiagKind, Cp.toString(), loc, PrevLoc);
1328 SourceLocation PrevLoc;
1330 PrevLoc = Neg->loc();
1331 Handler.handleUnmatchedUnlock(DiagKind, Cp.toString(), UnlockLoc, PrevLoc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp252 SMLoc PrevLoc = getLexer().getLoc(); local
272 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1222 SourceLocation PrevLoc; member in struct:__anon1974::MisleadingIndentationChecker
1228 : P(P), StmtLoc(SL), PrevLoc(P.getCurToken().getLocation()),
1280 Tok.getLocation().isMacroID() || PrevLoc.isMacroID() ||
1290 unsigned PrevColNum = getVisualIndentation(SM, PrevLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1181 SourceLocation &Ploc, SourceLocation PrevLoc,
1191 Diag(PrevLoc, diag::note_previous_definition);
1179 CheckForwardProtocolDeclarationForCircularDependency( IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, const ObjCList<ObjCProtocolDecl> &PList) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9224 SourceLocation &PLoc, SourceLocation PrevLoc,

Completed in 367 milliseconds