Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp33 HeaderfileCommand(nullptr) { in Sema()
611 if (!HeaderfileCommand) { in checkBlockCommandDuplicate()
612 HeaderfileCommand = Command; in checkBlockCommandDuplicate()
615 PrevCommand = HeaderfileCommand; in checkBlockCommandDuplicate()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h61 const BlockCommandComment *HeaderfileCommand; variable