HomeSort by relevance Sort by last modified time
    Searched refs:TParamCommandComment (Results 1 - 9 of 9) sorted by null

  /external/clang/tools/libclang/
CXComment.cpp 305 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
313 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
321 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
329 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
384 bool operator()(const TParamCommandComment *LHS,
385 const TParamCommandComment *RHS) const
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
126 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
131 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
136 void actOnTParamCommandFinish(TParamCommandComment *Command,
CommentParser.h 104 void parseTParamCommandArgs(TParamCommandComment *TPC,
Comment.h 770 class TParamCommandComment : public BlockCommandComment {
787 TParamCommandComment(SourceLocation LocBegin,
  /external/clang/lib/AST/
CommentSema.cpp 282 TParamCommandComment *Sema::actOnTParamCommandStart(
287 TParamCommandComment *Command =
288 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
300 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command,
323 llvm::StringMap<TParamCommandComment *>::iterator PrevCommandIt =
329 TParamCommandComment *PrevCommand = PrevCommandIt->second;
363 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command,
    [all...]
Comment.cpp 299 StringRef TParamCommandComment::getParamName(const FullComment *FC) const {
CommentParser.cpp 274 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
306 TParamCommandComment *TPC;
ASTDumper.cpp 303 void visitTParamCommandComment(const TParamCommandComment *C);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 233 TParamCommandComment *&TPCC,
244 << "TParamCommandComment has name \"" << ActualCommandName.str() << "\", "
249 << "TParamCommandComment has no parameter name";
254 << "TParamCommandComment has parameter name \"" << ActualParamName.str()
933 TParamCommandComment *TPCC;
951 TParamCommandComment *TPCC;
    [all...]

Completed in 64 milliseconds