OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrderedComments
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp
291
if (
OrderedComments
[CommentFile].empty()) {
292
OrderedComments
[CommentFile][CommentOffset] =
297
const RawComment &C1 = *
OrderedComments
[CommentFile].rbegin()->second;
320
*
OrderedComments
[CommentFile].rbegin()->second =
323
OrderedComments
[CommentFile][CommentOffset] =
330
auto CommentsInFile =
OrderedComments
.find(File);
331
if (CommentsInFile ==
OrderedComments
.end())
337
bool RawCommentList::empty() const { return
OrderedComments
.empty(); }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
RawCommentList.h
200
llvm::DenseMap<FileID, std::map<unsigned, RawComment *>>
OrderedComments
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
2971
for (const auto &FO : Context->Comments.
OrderedComments
) {
ASTReader.cpp
9111
Context.Comments.
OrderedComments
[Loc.first].emplace(Loc.second, C);
Completed in 26 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026