Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h683 COMMENTS_RAW_COMMENT = 0 enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp987 RECORD(COMMENTS_RAW_COMMENT); in WriteBlockInfoBlock()
2834 Stream.EmitRecord(COMMENTS_RAW_COMMENT, Record); in WriteComments()
DASTReader.cpp8215 case COMMENTS_RAW_COMMENT: { in ReadComments()