Home
last modified time | relevance | path

Searched refs:TypeCode (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacinfoEntry.h21 uint8_t TypeCode() const { return m_type_code; } in TypeCode() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h1037 enum TypeCode { enum
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp143 TypeCode Code = static_cast<TypeCode>(0);
H A DASTReader.cpp5882 switch ((TypeCode)DeclsCursor.readRecord(Code, Record)) { in readTypeRecord()