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 89 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
  /external/clang/lib/AST/
CommentBriefParser.cpp 98 if (Info->IsBlockCommand) {
CommentCommandTraits.cpp 108 Info->IsBlockCommand = true;
CommentParser.cpp 574 if (Info->IsBlockCommand) {

Completed in 564 milliseconds