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 57 unsigned IsBlockCommand : 1;
CommentParser.h 85 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
  /external/clang/lib/AST/
CommentBriefParser.cpp 98 if (Info->IsBlockCommand) {
CommentCommandTraits.cpp 112 Info->IsBlockCommand = true;
CommentParser.cpp 574 if (Info->IsBlockCommand) {

Completed in 365 milliseconds