Home
last modified time | relevance | path

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

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