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

  /external/clang/tools/libclang/
CXComment.cpp 313 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
321 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
329 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
337 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC);
  /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 102 void parseTParamCommandArgs(TParamCommandComment *TPC,
Comment.h 803 class TParamCommandComment : public BlockCommandComment {
820 TParamCommandComment(SourceLocation LocBegin,
  /external/clang/lib/Index/
CommentToXML.cpp 60 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);
781 const TParamCommandComment *C) {
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 281 TParamCommandComment *Sema::actOnTParamCommandStart(
286 TParamCommandComment *Command =
287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
299 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command,
322 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg];
360 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command,
    [all...]
Comment.cpp 338 StringRef TParamCommandComment::getParamName(const FullComment *FC) const {
ASTDumper.cpp 370 void visitTParamCommandComment(const TParamCommandComment *C);
    [all...]
CommentParser.cpp 283 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
315 TParamCommandComment *TPC = nullptr;
  /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()
958 TParamCommandComment *TPCC;
976 TParamCommandComment *TPCC;
    [all...]

Completed in 55 milliseconds