Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DCommentCommands.td28 bit IsFunctionDeclarationCommand = 0;
72 let IsFunctionDeclarationCommand = 1;
H A DCommentCommandTraits.h112 unsigned IsFunctionDeclarationCommand : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCommentCommandTraits.h111 unsigned IsFunctionDeclarationCommand : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DCommentCommandTraits.h126 unsigned IsFunctionDeclarationCommand : 1;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCommentCommandTraits.h126 unsigned IsFunctionDeclarationCommand : 1;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCommentCommandTraits.h126 unsigned IsFunctionDeclarationCommand : 1;
/aosp_15_r20/external/clang/lib/AST/
H A DCommentSema.cpp100 if (!Info->IsFunctionDeclarationCommand) in checkFunctionDeclVerbatimLine()