OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SLoc
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
MacroExpansionContext.cpp
205
SourceLocation
SLoc
= Tok.getLocation();
206
if (
SLoc
.isFileID())
211
SLoc
.print(llvm::dbgs(), *SM); llvm::dbgs() << '\n';);
214
SourceLocation CurrExpansionLoc = SM->getExpansionLoc(
SLoc
);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.cpp
132
SourceLocation
SLoc
= CXXUnit->getLocation(File, line, column);
133
if (
SLoc
.isInvalid()) {
141
cxloc::translateSourceLocation(CXXUnit->getASTContext(),
SLoc
);
162
SourceLocation
SLoc
165
if (
SLoc
.isInvalid())
168
return cxloc::translateSourceLocation(CXXUnit->getASTContext(),
SLoc
);
247
const SrcMgr::SLocEntry &
sloc
= SM.getSLocEntry(fileID, &Invalid);
local
248
if (Invalid || !
sloc
.isFile()) {
254
*file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(
sloc
));
CIndex.cpp
5835
SourceLocation
SLoc
= cxloc::translateSourceLocation(Loc);
5836
CXCursor Result = cxcursor::getCursor(TU,
SLoc
);
6110
CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation
SLoc
) {
6115
if (
SLoc
.isInvalid())
6122
SLoc
= Lexer::GetBeginningOfToken(
SLoc
, CXXUnit->getSourceManager(),
6126
if (
SLoc
.isValid()) {
6127
GetCursorData ResultData(CXXUnit->getSourceManager(),
SLoc
, Result);
6131
SourceLocation(
SLoc
));
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc
80
SourceLocation
SLoc
= Loc.getSourceLocation();
81
if (!
SLoc
.isInvalid()) {
83
AI.file = internal_strdup(
SLoc
.getFilename());
84
AI.line =
SLoc
.getLine();
85
AI.column =
SLoc
.getColumn();
143
SourceLocation
SLoc
= Loc.getSourceLocation();
144
if (
SLoc
.isInvalid())
147
RenderSourceLocation(Buffer,
SLoc
.getFilename(),
SLoc
.getLine(),
148
SLoc
.getColumn(), common_flags()->symbolize_vs_style
[
all
...]
ubsan_handlers.cc
27
bool ignoreReport(SourceLocation
SLoc
, ReportOptions Opts, ErrorType ET) {
37
return
SLoc
.isDisabled() || IsPCSuppressed(ET, Opts.pc,
SLoc
.getFilename());
398
SourceLocation
SLoc
= Data->Loc.acquire();
399
if (ignoreReport(
SLoc
, Opts, ET))
401
Loc =
SLoc
;
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp
85
SourceLocation
SLoc
= Loc.getSourceLocation();
86
if (!
SLoc
.isInvalid()) {
88
AI.file = internal_strdup(
SLoc
.getFilename());
89
AI.line =
SLoc
.getLine();
90
AI.column =
SLoc
.getColumn();
148
SourceLocation
SLoc
= Loc.getSourceLocation();
149
if (
SLoc
.isInvalid())
153
Buffer,
SLoc
.getFilename(),
SLoc
.getLine(),
SLoc
.getColumn()
[
all
...]
ubsan_handlers.cpp
27
bool ignoreReport(SourceLocation
SLoc
, ReportOptions Opts, ErrorType ET) {
37
return
SLoc
.isDisabled() || IsPCSuppressed(ET, Opts.pc,
SLoc
.getFilename());
496
SourceLocation
SLoc
= Data->Loc.acquire();
497
if (ignoreReport(
SLoc
, Opts, ET))
499
Loc =
SLoc
;
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp
87
SourceLocation
SLoc
= Loc.getSourceLocation();
88
if (!
SLoc
.isInvalid()) {
90
AI.file = internal_strdup(
SLoc
.getFilename());
91
AI.line =
SLoc
.getLine();
92
AI.column =
SLoc
.getColumn();
150
SourceLocation
SLoc
= Loc.getSourceLocation();
151
if (
SLoc
.isInvalid())
154
RenderSourceLocation(Buffer,
SLoc
.getFilename(),
SLoc
.getLine(),
155
SLoc
.getColumn(), common_flags()->symbolize_vs_style
[
all
...]
ubsan_handlers.cpp
27
bool ignoreReport(SourceLocation
SLoc
, ReportOptions Opts, ErrorType ET) {
37
return
SLoc
.isDisabled() || IsPCSuppressed(ET, Opts.pc,
SLoc
.getFilename());
496
SourceLocation
SLoc
= Data->Loc.acquire();
497
if (ignoreReport(
SLoc
, Opts, ET))
499
Loc =
SLoc
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
144
SourceLocation
SLoc
;
147
: ImplicitBehavior(M),
SLoc
(Loc) {}
711
DMI.
SLoc
= Loc;
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp
456
assert(ExternalSLocEntries && "Don't have an external
sloc
source");
1675
const SLocEntry &
SLoc
= getLocalSLocEntry(I);
1676
if (
SLoc
.isFile() &&
1677
SLoc
.getFile().getContentCache().OrigEntry == SourceFile)
1683
const SLocEntry &
SLoc
= getLoadedSLocEntry(I);
1684
if (
SLoc
.isFile() &&
1685
SLoc
.getFile().getContentCache().OrigEntry == SourceFile)
2132
<< NextLocalOffset << "B of
Sloc
address space used.\n";
2136
<< "B of
Sloc
address space used.\n";
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
1181
llvm::Constant *
SLoc
= EmitCheckSourceLocation(S.getBeginLoc());
1183
new llvm::GlobalVariable(CGM.getModule(),
SLoc
->getType(), false,
1184
llvm::GlobalVariable::PrivateLinkage,
SLoc
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
1450
const SrcMgr::SLocEntry *
SLoc
= &SourceMgr.getLocalSLocEntry(I);
1451
assert(&SourceMgr.getSLocEntry(FileID::get(I)) ==
SLoc
);
1454
if (!
SLoc
->isFile())
1456
const SrcMgr::FileInfo &File =
SLoc
->getFile();
1948
const SrcMgr::SLocEntry *
SLoc
= &SourceMgr.getLocalSLocEntry(I);
1950
assert(&SourceMgr.getSLocEntry(FID) ==
SLoc
);
1959
if (
SLoc
->isFile()) {
1960
const SrcMgr::ContentCache *Cache = &
SLoc
->getFile().getContentCache();
1971
Record.push_back(
SLoc
->getOffset() - 2);
1972
if (
SLoc
->isFile())
[
all
...]
Completed in 41 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026