Searched refs:TParamCommandComment (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
123 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
128 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
133 void actOnTParamCommandFinish(TParamCommandComment *Command,
H A DCommentParser.h102 void parseTParamCommandArgs(TParamCommandComment *TPC,
H A DComment.h784 class TParamCommandComment : public BlockCommandComment { class in class:clang::comments::ParamCommandComment
801 TParamCommandComment(SourceLocation LocBegin, function in class:clang::comments::ParamCommandComment::TParamCommandComment
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp60 bool operator()(const TParamCommandComment *LHS,
61 const TParamCommandComment *RHS) const {
93 SmallVector<const TParamCommandComment *, 4> TParams;
157 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child);
241 void visitTParamCommandComment(const TParamCommandComment *C);
385 const TParamCommandComment *C) {
557 void visitTParamCommandComment(const TParamCommandComment *C);
767 const TParamCommandComment *C) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp276 TParamCommandComment *Sema::actOnTParamCommandStart(
281 TParamCommandComment *Command =
282 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
294 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command,
317 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg];
355 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command,
H A DComment.cpp302 StringRef TParamCommandComment::getParamName(const FullComment *FC) const {
H A DASTDumper.cpp330 void visitTParamCommandComment(const TParamCommandComment *C);
2072 void ASTDumper::visitTParamCommandComment(const TParamCommandComment *C) {
H A DCommentParser.cpp283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
315 TParamCommandComment *TPC = 0;

Completed in 186 milliseconds