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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentParser.h 84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
Comment.h 340 unsigned getCommandID() const {
345 return Traits.getCommandInfo(getCommandID())->Name;
650 unsigned getCommandID() const {
655 return Traits.getCommandInfo(getCommandID())->Name;
CommentLexer.h 120 unsigned getCommandID() const LLVM_READONLY {
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
104 switch (Comment->getCommandID()) {
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
136 switch (Comment->getCommandID()) {
171 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
175 switch (Comment->getCommandID()) {
566 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
584 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
630 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
668 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand
    [all...]
CommentBriefParser.cpp 80 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
CommentParser.cpp 316 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
322 Tok.getCommandID(),
327 Tok.getCommandID(),
332 Tok.getCommandID(),
417 CommandTok.getCommandID(),
424 CommandTok.getCommandID());
429 << Traits.getCommandInfo(CommandTok.getCommandID())->Name
577 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
JSONNodeDumper.cpp 1521 JOS.attribute("name", getCommentCommandName(C->getCommandID()));
1571 JOS.attribute("name", getCommentCommandName(C->getCommandID()));
1621 JOS.attribute("name", getCommentCommandName(C->getCommandID()));
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());
709 switch (C->getCommandID()) {
791 switch (C->getCommandID()) {

Completed in 33 milliseconds