OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileInfos
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
SourceManager.h
76
/// DirectoryLookup and friends) as can specific
FileInfos
when a \#pragma
241
///
FileInfos
contain a "ContentCache *", with the contents of the file.
564
llvm::DenseMap<const FileEntry*, SrcMgr::ContentCache*>
FileInfos
;
[
all
...]
/external/clang/lib/Basic/
SourceManager.cpp
384
I =
FileInfos
.begin(), E =
FileInfos
.end(); I != E; ++I) {
420
ContentCache *&Entry =
FileInfos
[FileEnt];
658
assert(
FileInfos
.count(SourceFile) == 0 &&
[
all
...]
Completed in 175 milliseconds