OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommentKind
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h
204
CommentKind
getCommentKind
() const {
247
return C->
getCommentKind
() >= FirstInlineContentCommentConstant &&
248
C->
getCommentKind
() <= LastInlineContentCommentConstant;
274
return C->
getCommentKind
() == TextCommentKind;
333
return C->
getCommentKind
() == InlineCommandCommentKind;
391
return C->
getCommentKind
() >= FirstHTMLTagCommentConstant &&
392
C->
getCommentKind
() <= LastHTMLTagCommentConstant;
465
return C->
getCommentKind
() == HTMLStartTagCommentKind;
520
return C->
getCommentKind
() == HTMLEndTagCommentKind;
540
return C->
getCommentKind
() >= FirstBlockContentCommentConstant &
[
all
...]
CommentVisitor.h
31
switch (C->
getCommentKind
()) {
Decl.h
137
PragmaMSCommentKind
getCommentKind
() const { return CommentKind; }
/src/external/apache2/llvm/dist/clang/lib/AST/
Comment.cpp
36
switch (
getCommentKind
()) {
83
switch (
getCommentKind
()) {
97
switch (
getCommentKind
()) {
RawCommentList.cpp
25
std::pair<RawComment::CommentKind, bool>
getCommentKind
(StringRef Comment,
122
getCommentKind
(RawText, CommentOpts.ParseAllComments);
TextNodeDumper.cpp
1742
switch (D->
getCommentKind
()) {
/src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp
105
switch (Child->
getCommentKind
()) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp
46
switch (C->
getCommentKind
()) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
340
Record.push_back(D->
getCommentKind
());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
5800
switch (PCD->
getCommentKind
()) {
Completed in 30 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026