Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommandTraits.h108 unsigned IsDeclarationCommand : 1; member
H A DCommentCommands.td27 bit IsDeclarationCommand = 0;
73 let IsDeclarationCommand = 1;
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp174 if (!Info->IsDeclarationCommand) in FullCommentParts()