Home
last modified time | relevance | path

Searched refs:PreprocessorRecordTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h680 enum PreprocessorRecordTypes { enum
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1607 PreprocessorRecordTypes RecType = in ReadMacroRecord()
1608 (PreprocessorRecordTypes)Stream.readRecord(Entry.ID, Record); in ReadMacroRecord()
1987 switch ((PreprocessorRecordTypes)Cursor.readRecord(Entry.ID, Record)) { in resolvePendingMacro()