HomeSort by relevance Sort by last modified time
    Searched refs:CommentDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
Comment.cpp 141 if (!CommentDecl) {
146 CurrentDecl = CommentDecl;
148 Decl::Kind K = CommentDecl->getKind();
158 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl);
171 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl);
178 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl);
188 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl);
198 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl);
206 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl);
234 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl);
    [all...]
CommentSema.cpp 41 ThisDeclInfo->CommentDecl = D;
592 switch (ThisDeclInfo->CommentDecl->getKind()) {
669 const Decl *D = ThisDeclInfo->CommentDecl;
    [all...]
ASTContext.cpp 421 ThisDeclInfo->CommentDecl = D;
424 ThisDeclInfo->CommentDecl = FC->getDecl();
    [all...]
  /external/clang/include/clang/AST/
Comment.h 989 const Decl *CommentDecl;
993 /// It can be different from \c CommentDecl. It happens when we we decide
994 /// that the comment originally attached to \c CommentDecl is fine for
996 /// \c CommentDecl).
1001 /// Parameters that can be referenced by \\param if \c CommentDecl is something
1005 /// Function return type if \c CommentDecl is something that we consider
1009 /// Template parameters that can be referenced by \\tparam if \c CommentDecl is
1014 /// A simplified description of \c CommentDecl kind that should be good enough
1055 /// What kind of template specialization \c CommentDecl is.
1063 /// If false, only \c CommentDecl is valid
    [all...]

Completed in 68 milliseconds