Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentSema.cpp33 HeaderfileCommand(nullptr) { in Sema()
633 if (!HeaderfileCommand) { in checkBlockCommandDuplicate()
634 HeaderfileCommand = Command; in checkBlockCommandDuplicate()
637 PrevCommand = HeaderfileCommand; in checkBlockCommandDuplicate()
/external/clang/include/clang/AST/
DCommentSema.h62 const BlockCommandComment *HeaderfileCommand; variable