Home
last modified time | relevance | path

Searched refs:COMMENT_SELFCLOSING (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.h85 COMMENT_SELFCLOSING, enumerator
DBitcodeWriter.cpp145 {COMMENT_SELFCLOSING, {"SelfClosing", &BoolAbbrev}}, in __anon1c3aeda80202()
205 COMMENT_PARAMNAME, COMMENT_CLOSENAME, COMMENT_SELFCLOSING,
441 emitRecord(I.SelfClosing, COMMENT_SELFCLOSING); in emitBlock()
DBitcodeReader.cpp297 case COMMENT_SELFCLOSING: in parseRecord()