Home
last modified time | relevance | path

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

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