Home
last modified time | relevance | path

Searched defs:CommentKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DComment.h52 enum class CommentKind { enum
H A DRawCommentList.h34 enum CommentKind { enum
H A DDecl.h147 PragmaMSCommentKind CommentKind; global() variable
150 PragmaCommentDecl(TranslationUnitDecl * TU,SourceLocation CommentLoc,PragmaMSCommentKind CommentKind) PragmaCommentDecl() argument
/llvm-project/clang/lib/AST/
H A DDecl.cpp5276 Create(const ASTContext & C,TranslationUnitDecl * DC,SourceLocation CommentLoc,PragmaMSCommentKind CommentKind,StringRef Arg) Create() argument