Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h863 enum CommentRecordTypes { COMMENTS_RAW_COMMENT = 0 }; enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp972 RECORD(COMMENTS_RAW_COMMENT); in WriteBlockInfoBlock()
3431 Stream.EmitRecord(COMMENTS_RAW_COMMENT, Record); in WriteComments()
HDASTReader.cpp9578 case COMMENTS_RAW_COMMENT: { in ReadComments()