Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h863 enum CommentRecordTypes { COMMENTS_RAW_COMMENT = 0 }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp972 RECORD(COMMENTS_RAW_COMMENT); in WriteBlockInfoBlock()
3431 Stream.EmitRecord(COMMENTS_RAW_COMMENT, Record); in WriteComments()
H A DASTReader.cpp9633 case COMMENTS_RAW_COMMENT: { in ReadComments()