Searched refs:IsBlockCommand (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentCommandTraits.h53 unsigned IsBlockCommand : 1; member in struct:clang::comments::CommandInfo
H A DCommentParser.h89 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
/external/clang/lib/AST/
H A DCommentBriefParser.cpp98 if (Info->IsBlockCommand) {
H A DCommentCommandTraits.cpp108 Info->IsBlockCommand = true;
H A DCommentParser.cpp574 if (Info->IsBlockCommand) {

Completed in 516 milliseconds