Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentCommandTraits.h112 unsigned IsFunctionDeclarationCommand : 1; member
DCommentCommands.td28 bit IsFunctionDeclarationCommand = 0;
72 let IsFunctionDeclarationCommand = 1;
/external/clang/lib/AST/
DCommentSema.cpp100 if (!Info->IsFunctionDeclarationCommand) in checkFunctionDeclVerbatimLine()