Home
last modified time | relevance | path

Searched refs:HeaderfileCommand (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp33 HeaderfileCommand(nullptr) { in Sema()
610 if (!HeaderfileCommand) { in checkBlockCommandDuplicate()
611 HeaderfileCommand = Command; in checkBlockCommandDuplicate()
614 PrevCommand = HeaderfileCommand; in checkBlockCommandDuplicate()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h61 const BlockCommandComment *HeaderfileCommand; variable