Home
last modified time | relevance | path

Searched refs:IsDeclarationCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentCommandTraits.h109 unsigned IsDeclarationCommand : 1; member
H A DCommentCommands.td27 bit IsDeclarationCommand = 0;
67 let IsDeclarationCommand = 1;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp173 if (!Info->IsDeclarationCommand) in FullCommentParts()