Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h723 enum PreprocessorRecordTypes { enum
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1729 PreprocessorRecordTypes RecType; in ReadMacroRecord()
1731 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
2142 switch ((PreprocessorRecordTypes)MaybePP.get()) { in resolvePendingMacro()