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

  /external/clang/include/clang/AST/
CommentCommandTraits.h 53 unsigned IsBlockCommand : 1;
CommentParser.h 91 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
  /external/clang/lib/AST/
CommentCommandTraits.cpp 70 Info->IsBlockCommand = true;
CommentBriefParser.cpp 98 if (Info->IsBlockCommand) {
CommentParser.cpp 570 if (Info->IsBlockCommand) {

Completed in 34 milliseconds