OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrevLoc
(Results
1 - 3
of
3
) sorted by relevancy
/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/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
...]
Completed in 19 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026