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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 261 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC);
269 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC);
277 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC);
279 return ParamCommandComment::InvalidParamIndex;
285 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC);
294 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 80 ParamCommandComment *Sema::actOnParamCommandStart(
85 ParamCommandComment *Command =
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
224 .Case("[in]", ParamCommandComment::In)
225 .Case("[out]", ParamCommandComment::Out)
226 .Cases("[in,out]", "[out,in]", ParamCommandComment::InOut)
230 void Sema::actOnParamCommandDirectionArg(ParamCommandComment *Command,
246 const char *FixedName = ParamCommandComment::getDirectionAsString(
247 (ParamCommandComment::PassDirection)Direction);
252 Direction = ParamCommandComment::In; // Sane fall back
    [all...]
Comment.cpp 192 const char *ParamCommandComment::getDirectionAsString(PassDirection D) {
194 case ParamCommandComment::In:
196 case ParamCommandComment::Out:
198 case ParamCommandComment::InOut:
371 StringRef ParamCommandComment::getParamName(const FullComment *FC) const {
JSONNodeDumper.cpp 1582 const comments::ParamCommandComment *C, const comments::FullComment *FC) {
1584 case comments::ParamCommandComment::In:
1587 case comments::ParamCommandComment::Out:
1590 case comments::ParamCommandComment::InOut:
CommentParser.cpp 264 void Parser::parseParamCommandArgs(ParamCommandComment *PC,
313 ParamCommandComment *PC = nullptr;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentSema.h 100 ParamCommandComment *actOnParamCommandStart(SourceLocation LocBegin,
105 void actOnParamCommandDirectionArg(ParamCommandComment *Command,
110 void actOnParamCommandParamNameArg(ParamCommandComment *Command,
115 void actOnParamCommandFinish(ParamCommandComment *Command,
CommentParser.h 93 void parseParamCommandArgs(ParamCommandComment *PC,
Comment.h 153 friend class ParamCommandComment;
157 /// Parameter passing direction, see ParamCommandComment::PassDirection.
711 class ParamCommandComment : public BlockCommandComment {
722 ParamCommandComment(SourceLocation LocBegin,
JSONNodeDumper.h 337 void visitParamCommandComment(const comments::ParamCommandComment *C,
TextNodeDumper.h 215 void visitParamCommandComment(const comments::ParamCommandComment *C,
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 32 bool operator()(const ParamCommandComment *LHS,
33 const ParamCommandComment *RHS) const {
91 SmallVector<const ParamCommandComment *, 8> Params;
144 const ParamCommandComment *PCC = cast<ParamCommandComment>(Child);
236 void visitParamCommandComment(const ParamCommandComment *C);
353 const ParamCommandComment *C) {
551 void visitParamCommandComment(const ParamCommandComment *C);
738 const ParamCommandComment *C) {
754 case ParamCommandComment::In
    [all...]

Completed in 53 milliseconds