OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommentDecl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Comment.cpp
216
if (!
CommentDecl
) {
221
CurrentDecl =
CommentDecl
;
223
Decl::Kind K =
CommentDecl
->getKind();
233
const FunctionDecl *FD = cast<FunctionDecl>(
CommentDecl
);
246
const CXXMethodDecl *MD = cast<CXXMethodDecl>(
CommentDecl
);
253
const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(
CommentDecl
);
263
const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(
CommentDecl
);
273
const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(
CommentDecl
);
281
cast<ClassTemplatePartialSpecializationDecl>(
CommentDecl
);
302
if (const auto *VD = dyn_cast<DeclaratorDecl>(
CommentDecl
))
[
all
...]
CommentSema.cpp
41
ThisDeclInfo->
CommentDecl
= D;
598
switch (ThisDeclInfo->
CommentDecl
->getKind()) {
673
const Decl *D = ThisDeclInfo->
CommentDecl
;
ASTContext.cpp
534
ThisDeclInfo->
CommentDecl
= D;
537
ThisDeclInfo->
CommentDecl
= FC->getDecl();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h
983
const Decl *
CommentDecl
;
987
/// It can be different from \c
CommentDecl
. It happens when we decide
988
/// that the comment originally attached to \c
CommentDecl
is fine for
990
/// \c
CommentDecl
).
995
/// Parameters that can be referenced by \\param if \c
CommentDecl
is something
999
/// Function return type if \c
CommentDecl
is something that we consider
1003
/// Template parameters that can be referenced by \\tparam if \c
CommentDecl
is
1008
/// A simplified description of \c
CommentDecl
kind that should be good enough
1049
/// What kind of template specialization \c
CommentDecl
is.
1057
/// If false, only \c
CommentDecl
is valid
[
all
...]
Completed in 30 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026