OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrevLoc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
248
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
,
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp
999
SourceLocation
PrevLoc
;
1001
PrevLoc
= Neg->loc();
1002
Handler->handleUnmatchedUnlock(DiagKind, Cp.toString(), loc,
PrevLoc
);
1343
SourceLocation
PrevLoc
;
1345
PrevLoc
= Neg->loc();
1346
Handler.handleUnmatchedUnlock(DiagKind, Cp.toString(), UnlockLoc,
PrevLoc
);
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
ELFAsmParser.cpp
258
SMLoc
PrevLoc
= getLexer().getLoc();
278
if (
PrevLoc
.getPointer() + CurSize != getTok().getLoc().getPointer())
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
1243
SourceLocation
PrevLoc
;
1249
: P(P), StmtLoc(SL),
PrevLoc
(P.getCurToken().getLocation()),
1301
Tok.getLocation().isMacroID() ||
PrevLoc
.isMacroID() ||
1311
unsigned PrevColNum = getVisualIndentation(SM,
PrevLoc
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
1186
SourceLocation &Ploc, SourceLocation
PrevLoc
,
1196
Diag(
PrevLoc
, diag::note_previous_definition);
4524
SourceLocation
prevLoc
,
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
9500
SourceLocation &PLoc, SourceLocation
PrevLoc
,
Completed in 51 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026