HomeSort by: relevance | last modified time | path
    Searched refs:TParamCommandComment (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 312 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
320 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
328 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
336 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentSema.h 55 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
118 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
123 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
128 void actOnTParamCommandFinish(TParamCommandComment *Command,
CommentParser.h 97 void parseTParamCommandArgs(TParamCommandComment *TPC,
JSONNodeDumper.h 339 void visitTParamCommandComment(const comments::TParamCommandComment *C,
TextNodeDumper.h 217 void visitTParamCommandComment(const comments::TParamCommandComment *C,
Comment.h 799 class TParamCommandComment : public BlockCommandComment {
816 TParamCommandComment(SourceLocation LocBegin,
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 59 bool operator()(const TParamCommandComment *LHS,
60 const TParamCommandComment *RHS) const {
92 SmallVector<const TParamCommandComment *, 4> TParams;
156 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child);
237 void visitTParamCommandComment(const TParamCommandComment *C);
385 const TParamCommandComment *C) {
552 void visitTParamCommandComment(const TParamCommandComment *C);
770 const TParamCommandComment *C) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 283 TParamCommandComment *Sema::actOnTParamCommandStart(
288 TParamCommandComment *Command =
289 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
301 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command,
324 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg];
360 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command,
Comment.cpp 378 StringRef TParamCommandComment::getParamName(const FullComment *FC) const {
CommentParser.cpp 282 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
314 TParamCommandComment *TPC = nullptr;
JSONNodeDumper.cpp 1605 const comments::TParamCommandComment *C, const comments::FullComment *FC) {

Completed in 40 milliseconds