OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommentKind
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/AST/
Comment.h
204
CommentKind
getCommentKind
() const {
253
return C->
getCommentKind
() >= FirstInlineContentCommentConstant &&
254
C->
getCommentKind
() <= LastInlineContentCommentConstant;
280
return C->
getCommentKind
() == TextCommentKind;
338
return C->
getCommentKind
() == InlineCommandCommentKind;
397
return C->
getCommentKind
() >= FirstHTMLTagCommentConstant &&
398
C->
getCommentKind
() <= LastHTMLTagCommentConstant;
471
return C->
getCommentKind
() == HTMLStartTagCommentKind;
526
return C->
getCommentKind
() == HTMLEndTagCommentKind;
546
return C->
getCommentKind
() >= FirstBlockContentCommentConstant &
[
all
...]
CommentVisitor.h
33
switch (C->
getCommentKind
()) {
/external/clang/lib/AST/
Comment.cpp
23
switch (
getCommentKind
()) {
70
switch (
getCommentKind
()) {
84
switch (
getCommentKind
()) {
RawCommentList.cpp
25
std::pair<RawComment::CommentKind, bool>
getCommentKind
(StringRef Comment,
121
std::pair<CommentKind, bool> K =
getCommentKind
(RawText, ParseAllComments);
/external/clang/lib/Index/
CommentToXML.cpp
105
switch (Child->
getCommentKind
()) {
[
all
...]
/external/clang/tools/libclang/
CXComment.cpp
50
switch (C->
getCommentKind
()) {
Completed in 473 milliseconds