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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp245 PathDiagnosticLocation &PrevLoc) const;
1076 PathDiagnosticLocation &PrevLoc,
1085 if (!PrevLoc.isValid() || !PrevLoc.asLocation().isValid()) {
1086 PrevLoc = NewLoc;
1092 if (NewLoc.asStmt() && NewLoc.asStmt() == PrevLoc.asStmt())
1096 std::make_shared<PathDiagnosticControlFlowPiece>(NewLoc, PrevLoc));
1097 PrevLoc = NewLoc;
1120 PathDiagnosticConstruct &C, PathDiagnosticLocation &PrevLoc) const {
1141 addEdgeToPath(C.getActivePath(), PrevLoc,
1075 addEdgeToPath(PathPieces &path, PathDiagnosticLocation &PrevLoc, PathDiagnosticLocation NewLoc) argument
2013 PathDiagnosticLocation PrevLoc = Construct.PD->getLocation(); local
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1201 SourceLocation PrevLoc; member in struct:__anon568::MisleadingIndentationChecker
1207 : P(P), StmtLoc(SL), PrevLoc(P.getCurToken().getLocation()),
1259 Tok.getLocation().isMacroID() || PrevLoc.isMacroID() ||
1269 unsigned PrevColNum = getVisualIndentation(SM, PrevLoc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1182 SourceLocation &Ploc, SourceLocation PrevLoc,
1192 Diag(PrevLoc, diag::note_previous_definition);
1180 CheckForwardProtocolDeclarationForCircularDependency( IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, const ObjCList<ObjCProtocolDecl> &PList) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8949 SourceLocation &PLoc, SourceLocation PrevLoc,

Completed in 327 milliseconds