Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h755 enum PreprocessorRecordTypes { enum
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1919 PreprocessorRecordTypes RecType; in ReadMacroRecord()
1921 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
2347 switch ((PreprocessorRecordTypes)MaybePP.get()) { in resolvePendingMacro()