Home
last modified time | relevance | path

Searched refs:UNDEFINED_BUT_USED (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h663 UNDEFINED_BUT_USED = 49, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp918 RECORD(UNDEFINED_BUT_USED); in WriteBlockInfoBlock()
5314 Stream.EmitRecord(UNDEFINED_BUT_USED, UndefinedButUsed); in WriteSpecialDeclRecords()
H A DASTReader.cpp3900 case UNDEFINED_BUT_USED: in ReadASTBlock()