OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentCache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h
128
class alignas(8)
ContentCache
{
134
/// Reference to the file entry representing this
ContentCache
.
138
/// It is possible for this to be NULL if the
ContentCache
encapsulates
179
ContentCache
(const FileEntry *Ent = nullptr) :
ContentCache
(Ent, Ent) {}
181
ContentCache
(const FileEntry *Ent, const FileEntry *contentEnt)
188
ContentCache
(const
ContentCache
&RHS)
195
"Passed
ContentCache
object cannot own a buffer.");
198
ContentCache
&operator=(const ContentCache &RHS) = delete
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
1548
const SrcMgr::
ContentCache
&
ContentCache
=
1550
if (OverriddenBuffer && !
ContentCache
.BufferOverridden &&
1551
ContentCache
.ContentsEntry ==
ContentCache
.OrigEntry &&
1552
!
ContentCache
.getBufferIfLoaded()) {
Completed in 34 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026