OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLoc
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_diag.cc
72
SourceLocation
SLoc
= Loc.getSourceLocation();
73
if (
SLoc
.isInvalid())
76
Printf("%s:%d:",
SLoc
.getFilename(),
SLoc
.getLine());
77
if (
SLoc
.getColumn())
78
Printf("%d:",
SLoc
.getColumn());
/external/clang/tools/libclang/
CXSourceLocation.cpp
132
SourceLocation
SLoc
= CXXUnit->getLocation(File, line, column);
133
if (
SLoc
.isInvalid()) {
141
cxloc::translateSourceLocation(CXXUnit->getASTContext(),
SLoc
);
157
SourceLocation
SLoc
160
if (
SLoc
.isInvalid())
163
return cxloc::translateSourceLocation(CXXUnit->getASTContext(),
SLoc
);
238
const SrcMgr::SLocEntry &
sloc
= SM.getSLocEntry(fileID, &Invalid);
local
239
if (Invalid || !
sloc
.isFile()) {
245
*file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(
sloc
));
CIndex.cpp
[
all
...]
/external/clang/lib/Basic/
SourceManager.cpp
508
assert(ExternalSLocEntries && "Don't have an external
sloc
source");
704
const SLocEntry &
SLoc
= getSLocEntry(FID, &MyInvalid);
705
if (!
SLoc
.isFile() || MyInvalid) {
712
=
SLoc
.getFile().getContentCache()->getBuffer(Diag, *this, SourceLocation(),
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
[
all
...]
BugReporter.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 108 milliseconds