Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentCommandTraits.h111 unsigned IsFunctionDeclarationCommand : 1; member
H A DCommentCommands.td28 bit IsFunctionDeclarationCommand = 0;
72 let IsFunctionDeclarationCommand = 1;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp100 if (!Info->IsFunctionDeclarationCommand) in checkFunctionDeclVerbatimLine()