OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLoc
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Source.cpp
15
SourceLocation SourceInfo::
getLoc
() const {
38
return getSource(F, PC).
getLoc
();
ByteCodeGenError.h
29
const SourceLocation &
getLoc
() const { return Loc; }
Function.h
77
SourceLocation
getLoc
() const { return Loc; }
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MCAsmLexer.cpp
23
SMLoc MCAsmLexer::
getLoc
() const {
27
SMLoc AsmToken::
getLoc
() const {
36
return SMRange(
getLoc
(), getEndLoc());
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h
38
SourceLocation
getLoc
() const { return Loc; }
47
return SM.isBeforeInTranslationUnit(LHS.
getLoc
(), RHS.
getLoc
());
50
return SM.isBeforeInTranslationUnit(LHS.
getLoc
(), RHS);
53
return SM.isBeforeInTranslationUnit(LHS, RHS.
getLoc
());
/src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLLexer.h
57
LocTy
getLoc
() const { return SMLoc::getFromPointer(TokStart); }
70
bool Error(const Twine &Msg) const { return Error(
getLoc
(), Msg); }
73
void Warning(const Twine &Msg) const { return Warning(
getLoc
(), Msg); }
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
AttributeCommonInfo.h
129
SourceLocation
getLoc
() const { return AttrRange.getBegin(); }
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h
417
Loc
getLoc
() const {
/src/external/apache2/llvm/dist/clang/lib/Lex/
PreprocessingRecord.cpp
187
SourceLocation LHS =
getLoc
(L);
188
SourceLocation RHS =
getLoc
(R);
193
SourceLocation LHS =
getLoc
(L);
198
SourceLocation RHS =
getLoc
(R);
202
SourceLocation
getLoc
(PreprocessedEntity *PPE) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFixup.h
115
FI.Loc = Fixup.
getLoc
();
126
FI.Loc = Fixup.
getLoc
();
201
SMLoc
getLoc
() const { return Loc; }
MCInst.h
204
SMLoc
getLoc
() const { return Loc; }
MCFragment.h
356
SMLoc
getLoc
() const { return Loc; }
381
SMLoc
getLoc
() const { return Loc; }
408
SMLoc
getLoc
() const { return Loc; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h
276
SMLoc
getLoc
() const { return Loc; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h
88
MachineLocation
getLoc
() const { return Loc; }
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.cpp
64
SMLoc TGLexer::
getLoc
() const {
119
PrintError(
getLoc
(),
395
PrintError(
getLoc
(), "Expected filename after include");
406
PrintError(
getLoc
(), "Could not find include file '" + Filename + "'");
806
PrintWarning(
getLoc
(),
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
BPFAsmParser.cpp
32
SMLoc
getLoc
() const { return getParser().getTok().
getLoc
(); }
336
StartLoc = Tok.
getLoc
();
351
SMLoc S =
getLoc
();
416
SMLoc S =
getLoc
();
449
SMLoc S =
getLoc
();
486
SMLoc Loc = getLexer().
getLoc
();
492
SMLoc Loc = getLexer().
getLoc
();
/src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
CSKYAsmParser.cpp
38
SMLoc
getLoc
() const { return getParser().getTok().
getLoc
(); }
398
StartLoc = Tok.
getLoc
();
411
SMLoc S =
getLoc
();
435
Operands.push_back(CSKYOperand::createToken("(",
getLoc
()));
446
Error(
getLoc
(), "expected ','");
454
Error(
getLoc
(), "expected '<<'");
458
Operands.push_back(CSKYOperand::createToken("<<",
getLoc
()));
463
Error(
getLoc
(), "expected imm");
468
Error(
getLoc
(), "expected imm")
[
all
...]
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.h
104
llvm::ArrayRef<llvm::SMLoc>
getLoc
() const {
105
return get()->
getLoc
();
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h
689
SMLoc
getLoc
() const { return PatternLoc; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclarationName.h
786
///
getLoc
- Returns the main location of the declaration name.
787
SourceLocation
getLoc
() const { return NameLoc; }
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h
372
SourceLocation
getLoc
() const {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp
66
SMLoc
getLoc
() const { return getParser().getTok().
getLoc
(); }
1211
StartLoc = Tok.
getLoc
();
1225
SMLoc FirstS =
getLoc
();
1258
SMLoc S =
getLoc
();
1266
Operands.push_back(RISCVOperand::createToken(")",
getLoc
(), isRV64()));
1274
SMLoc S =
getLoc
();
1348
SMLoc S =
getLoc
();
1377
SMLoc S =
getLoc
();
1381
Error(
getLoc
(), "expected '%' for operand modifier")
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
1434
const SMLoc &
getLoc
() const { return Loc; }
1552
ArrayRef<SMLoc>
getLoc
() const { return Locs; }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp
165
MemoryLocation
getLoc
() const {
209
DenseMapInfo<MemoryLocation>::getHashValue(MLOC.
getLoc
()));
326
return instructionClobbersQuery(MD, UseMLOC.
getLoc
(), MU->getMemoryInst(),
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
6076
SourceLocation LHS =
getLoc
(L);
6077
SourceLocation RHS =
getLoc
(R);
6082
SourceLocation LHS =
getLoc
(L);
6087
SourceLocation RHS =
getLoc
(R);
6091
SourceLocation
getLoc
(const PPEntityOffset &PPE) const {
Completed in 105 milliseconds
1
2
Indexes created Tue Sep 22 00:26:15 UTC 2026