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 140 if (!CommentDecl) {
145 CurrentDecl = CommentDecl;
147 Decl::Kind K = CommentDecl->getKind();
157 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl);
171 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl);
178 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl);
189 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl);
200 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl);
208 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl);
236 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl);
    [all...]
CommentSema.cpp 41 ThisDeclInfo->CommentDecl = D;
573 switch (ThisDeclInfo->CommentDecl->getKind()) {
654 const Decl *D = ThisDeclInfo->CommentDecl;
    [all...]
ASTContext.cpp 391 ThisDeclInfo->CommentDecl = D;
394 ThisDeclInfo->CommentDecl = FC->getDecl();
    [all...]
  /external/clang/include/clang/AST/
Comment.h 954 const Decl *CommentDecl;
958 /// It can be different from \c CommentDecl. It happens when we we decide
959 /// that the comment originally attached to \c CommentDecl is fine for
961 /// \c CommentDecl).
966 /// Parameters that can be referenced by \\param if \c CommentDecl is something
970 /// Function result type if \c CommentDecl is something that we consider
974 /// Template parameters that can be referenced by \\tparam if \c CommentDecl is
979 /// A simplified description of \c CommentDecl kind that should be good enough
1020 /// What kind of template specialization \c CommentDecl is.
1028 /// If false, only \c CommentDecl is valid
    [all...]

Completed in 26 milliseconds