Searched refs:SM_SLOC_FILE_ENTRY (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTBitCodes.h545 SM_SLOC_FILE_ENTRY = 1, enumerator in enum:clang::serialization::SourceManagerRecordTypes
551 /// SM_SLOC_BUFFER_ENTRY record or a SM_SLOC_FILE_ENTRY with an
/external/clang/lib/Serialization/
H A DASTWriter.cpp854 RECORD(SM_SLOC_FILE_ENTRY);
1399 Abbrev->Add(BitCodeAbbrevOp(SM_SLOC_FILE_ENTRY));
1668 Code = SM_SLOC_FILE_ENTRY;
H A DASTReader.cpp876 case SM_SLOC_FILE_ENTRY:
946 case SM_SLOC_FILE_ENTRY: {

Completed in 134 milliseconds