OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurLoc
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptParser.h
41
ParserError(const Twine &Expected, const LocIter
CurLoc
, const LocIter End);
185
LocIter
CurLoc
;
ResourceScriptParser.cpp
34
RCParser::ParserError::ParserError(const Twine &Expected, const LocIter
CurLoc
,
36
: ErrorLoc(
CurLoc
), FileEnd(End) {
38
(
CurLoc
== End ? "<EOF>" :
CurLoc
->value()).str();
44
: Tokens(std::move(TokenList)),
CurLoc
(Tokens.begin()), End(Tokens.end()) {}
46
bool RCParser::isEof() const { return
CurLoc
== End; }
101
return *
CurLoc
;
106
return *
CurLoc
++;
111
CurLoc
++;
853
Message, IsAlreadyRead ? std::prev(
CurLoc
) : CurLoc, End)
[
all
...]
ResourceFileWriter.cpp
1367
uint64_t
CurLoc
= tell();
1368
writeObjectAt(ulittle16_t(
CurLoc
- LengthLoc), LengthLoc);
1422
auto
CurLoc
= tell();
1423
auto ValueLength =
CurLoc
- DataLoc;
1428
writeObjectAt(ulittle16_t(
CurLoc
- LengthLoc), LengthLoc);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp
105
static SourceLocation
CurLoc
;
130
CurLoc
= LexLoc;
205
ExprAST(SourceLocation Loc =
CurLoc
) : Loc(Loc) {}
469
SourceLocation LitLoc =
CurLoc
;
503
SourceLocation IfLoc =
CurLoc
;
684
SourceLocation BinLoc =
CurLoc
;
725
SourceLocation FnLoc =
CurLoc
;
800
SourceLocation FnLoc =
CurLoc
;
/src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp
995
SourceLocation
CurLoc
= FirstLoc;
1010
if (
CurLoc
.isFileID() != NextLoc.isFileID())
1014
if (!SM.isInSameSLocAddrSpace(
CurLoc
, NextLoc, &RelOffs))
1021
if (
CurLoc
.isMacroID() && !SM.isWrittenInSameFile(
CurLoc
, NextLoc))
1024
CurLoc
= NextLoc;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
175
CurLoc
= CGM.getContext().getSourceManager().getExpansionLoc(Loc);
185
PresumedLoc PCLoc = SM.getPresumedLoc(
CurLoc
);
186
if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(
CurLoc
))
192
LBF->getScope(), getOrCreateFile(
CurLoc
)));
197
DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(
CurLoc
)));
504
if (Loc.isInvalid() &&
CurLoc
.isInvalid())
507
PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc :
CurLoc
);
1089
getLineNumber(RD->getLocation().isValid() ? RD->getLocation() :
CurLoc
);
1413
const unsigned line = getLineNumber(loc.isValid() ? loc :
CurLoc
);
3935
// Artificial functions should not silently reuse
CurLoc
[
all
...]
CGDebugInfo.h
66
SourceLocation
CurLoc
;
403
SourceLocation getLocation() const { return
CurLoc
; }
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
5514
SMLoc
CurLoc
= getLoc();
5530
Error(
CurLoc
, "unknown CPU name");
5536
CurLoc
= incrementLoc(
CurLoc
, CPU.size());
5543
CurLoc
= incrementLoc(
CurLoc
, 1);
5572
Error(
CurLoc
, "unsupported architectural extension");
5574
CurLoc
= incrementLoc(
CurLoc
, Name.size());
Completed in 80 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026