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()
635 if (!HeaderfileCommand) { in checkBlockCommandDuplicate()
636 HeaderfileCommand = Command; in checkBlockCommandDuplicate()
639 PrevCommand = HeaderfileCommand; in checkBlockCommandDuplicate()
/external/clang/include/clang/AST/
DCommentSema.h62 const BlockCommandComment *HeaderfileCommand; variable