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.h691 COMMENTS_RAW_COMMENT = 0 enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp1024 RECORD(COMMENTS_RAW_COMMENT); in WriteBlockInfoBlock()
2853 Stream.EmitRecord(COMMENTS_RAW_COMMENT, Record); in WriteComments()
DASTReader.cpp8271 case COMMENTS_RAW_COMMENT: { in ReadComments()