OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileID
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.cpp
243
// Check that the
FileID
is invalid on the expansion location.
245
FileID
fileID
= SM.getFileID(ExpansionLoc);
247
const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(
fileID
, &Invalid);
323
std::pair<
FileID
, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
324
FileID
FID = LocInfo.first;
359
std::pair<
FileID
, unsigned> LocInfo = SM.getDecomposedLoc(FileLoc);
360
FileID
FID = LocInfo.first;
/src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py
303
for
fileID
in self.fields.get('files',[]):
305
i = int(
fileID
)
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026