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);
172 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl);
179 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl);
190 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl);
201 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl);
209 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl);
237 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 987 const Decl *CommentDecl;
991 /// It can be different from \c CommentDecl. It happens when we we decide
992 /// that the comment originally attached to \c CommentDecl is fine for
994 /// \c CommentDecl).
999 /// Parameters that can be referenced by \\param if \c CommentDecl is something
1003 /// Function return type if \c CommentDecl is something that we consider
1007 /// Template parameters that can be referenced by \\tparam if \c CommentDecl is
1012 /// A simplified description of \c CommentDecl kind that should be good enough
1053 /// What kind of template specialization \c CommentDecl is.
1061 /// If false, only \c CommentDecl is valid
    [all...]

Completed in 4072 milliseconds