OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEntry
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexingContext.cpp
123
const SrcMgr::SLocEntry &
SEntry
= SM.getSLocEntry(FID, &Invalid);
124
if (Invalid || !
SEntry
.isFile())
127
if (
SEntry
.getFile().getFileCharacteristic() != SrcMgr::C_User) {
378
const SrcMgr::SLocEntry &
SEntry
= SM.getSLocEntry(FID, &Invalid);
379
if (Invalid || !
SEntry
.isFile())
382
if (
SEntry
.getFile().getFileCharacteristic() != SrcMgr::C_User) {
506
const SrcMgr::SLocEntry &
SEntry
= SM.getSLocEntry(FID, &Invalid);
507
if (Invalid || !
SEntry
.isFile())
510
return
SEntry
.getFile().getFileCharacteristic() == SrcMgr::C_User;
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp
1473
const SLocEntry *
SEntry
= getSLocEntryForFile(LocInfo.first);
1474
if (!
SEntry
)
1477
const SrcMgr::FileInfo &FI =
SEntry
->getFile();
Completed in 18 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026