OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentsEntry
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp
77
: (unsigned)
ContentsEntry
->getSize();
112
if (!
ContentsEntry
)
119
auto BufferOrError = FM.getBufferForFile(
ContentsEntry
, IsFileVolatile);
129
ContentsEntry
->getName(),
133
<<
ContentsEntry
->getName() << BufferOrError.getError().message();
146
// Note:
ContentsEntry
could be a named pipe, in which case
147
//
ContentsEntry
::getSize() could have the wrong size. Use
152
ContentsEntry
->getName());
155
<<
ContentsEntry
->getName();
163
if (!
ContentsEntry
->isNamedPipe() &
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h
148
const FileEntry *
ContentsEntry
;
182
: OrigEntry(Ent),
ContentsEntry
(contentEnt), BufferOverridden(false),
192
ContentsEntry
= RHS.
ContentsEntry
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
1981
assert(Content->OrigEntry == Content->
ContentsEntry
&&
ASTReader.cpp
1551
ContentCache.
ContentsEntry
== ContentCache.OrigEntry &&
Completed in 31 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026