OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawComments
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
ASTContext.cpp
118
ArrayRef<RawComment *>
RawComments
= Comments.getComments();
121
if (
RawComments
.empty())
160
ArrayRef<RawComment *>::iterator MaybeBeforeDecl =
RawComments
.end() - 1;
162
if (!Found &&
RawComments
.size() >= 2) {
169
assert(Comment == std::lower_bound(
RawComments
.begin(),
RawComments
.end(),
173
Comment = std::lower_bound(
RawComments
.begin(),
RawComments
.end(),
183
if (Comment !=
RawComments
.end() &&
201
if (Comment ==
RawComments
.begin()
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 44 milliseconds