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);
392 bool operator()(const TParamCommandComment *LHS,
393 const TParamCommandComment *RHS) const
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
123 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
128 void actOnTParamCommandParamNameArg(TParamCommandComment *Command,
133 void actOnTParamCommandFinish(TParamCommandComment *Command,
CommentParser.h 104 void parseTParamCommandArgs(TParamCommandComment *TPC,
Comment.h 784 class TParamCommandComment : public BlockCommandComment {
801 TParamCommandComment(SourceLocation LocBegin,
  /external/clang/lib/AST/
CommentSema.cpp 292 TParamCommandComment *Sema::actOnTParamCommandStart(
297 TParamCommandComment *Command =
298 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
310 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command,
333 llvm::StringMap<TParamCommandComment *>::iterator PrevCommandIt =
339 TParamCommandComment *PrevCommand = PrevCommandIt->second;
373 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command,
    [all...]
Comment.cpp 301 StringRef TParamCommandComment::getParamName(const FullComment *FC) const {
CommentParser.cpp 274 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
306 TParamCommandComment *TPC = 0;
ASTDumper.cpp 309 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 167 milliseconds