Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h440 enum InputFileRecordTypes { enum
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2479 assert(static_cast<InputFileRecordTypes>(Maybe.get()) == INPUT_FILE && in getInputFileInfo()
2518 assert(static_cast<InputFileRecordTypes>(Maybe.get()) == INPUT_FILE_HASH && in getInputFileInfo()
5574 switch ((InputFileRecordTypes)MaybeRecordType.get()) { in readASTFileControlBlock()