OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIDMap
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
PlistReporter.cpp
20
typedef llvm::DenseMap<FileID, unsigned>
FIDMap
;
22
static void AddFID(
FIDMap
&FIDs, SmallVectorImpl<FileID> &V,
26
FIDMap
::iterator I = FIDs.find(FID);
32
static unsigned GetFID(const
FIDMap
& FIDs, const SourceManager &SM,
35
FIDMap
::const_iterator I = FIDs.find(FID);
47
SourceLocation L, const
FIDMap
&FM,
68
CharSourceRange R, const
FIDMap
&FM,
102
FIDMap
FM;
/external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp
28
typedef llvm::DenseMap<FileID, unsigned>
FIDMap
;
84
static void AddFID(
FIDMap
&FIDs, SmallVectorImpl<FileID> &V,
88
FIDMap
::iterator I = FIDs.find(FID);
94
static unsigned GetFID(const
FIDMap
& FIDs, const SourceManager &SM,
97
FIDMap
::const_iterator I = FIDs.find(FID);
109
SourceLocation L, const
FIDMap
&FM,
130
const PathDiagnosticLocation &L, const
FIDMap
& FM,
137
PathDiagnosticRange R, const
FIDMap
&FM,
164
const
FIDMap
& FM,
214
const
FIDMap
& FM
[
all
...]
Completed in 45 milliseconds