Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h647 UNDEFINED_BUT_USED = 49, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp782 RECORD(UNDEFINED_BUT_USED); in WriteBlockInfoBlock()
4780 Stream.EmitRecord(UNDEFINED_BUT_USED, UndefinedButUsed); in WriteASTCore()
H A DASTReader.cpp3648 case UNDEFINED_BUT_USED: in ReadASTBlock()