OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileIDs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp
323
std::vector<FileID>
FileIDs
;
326
if (llvm::is_contained(
FileIDs
, FID))
329
FileIDs
.push_back(FID);
333
if (SupportsCrossFileDiagnostics &&
FileIDs
.size() > 1) {
335
for (auto I =
FileIDs
.begin(), E =
FileIDs
.end(); I != E; I++) {
339
if (I !=
FileIDs
.begin())
345
if (I !=
FileIDs
.begin())
363
for (auto I : llvm::make_range(
FileIDs
.begin() + 1,
FileIDs
.end()))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp
712
auto
FileIDs
= gatherFileIDs(Filename, Function);
714
if (
FileIDs
.test(CR.FileID)) {
721
if (
FileIDs
.test(CR.FileID) && (CR.FileID == CR.ExpandedFileID))
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
1279
std::map<int, int>
FileIDs
;
1280
FileIDs
[-1] = -1; // For unspecified filenames.
1284
FileIDs
[I] = LineTable.getLineTableFilenameID(Filename);
1304
int FilenameID =
FileIDs
[Record[Idx++]];
6330
// we won't be changing the diagnostic state within imported
FileIDs
Completed in 34 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026