Searched refs:ParseType (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangBuiltinsEmitter.cpp | 45 ParseType(ReturnType); in ParseTypes() 69 ParseType(Current.substr(0, EndTemplate + 1)); in ParseTypes() 80 ParseType(T); in ParseTypes() 88 ParseType(Current); in ParseTypes() 93 void ParseType(StringRef T) { in ParseType() function in __anon1f5e8a8e0111::PrototypeParser 96 ParseType(T); in ParseType() 99 ParseType(T); in ParseType() 102 ParseType(T); in ParseType() 105 ParseType(T); in ParseType() 108 ParseType(T); in ParseType() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.h | 213 llvm::Expected<std::unique_ptr<CTFType>> ParseType(lldb::offset_t &offset, in GetStructSize()
|
H A D | SymbolFileCTF.cpp | 610 SymbolFileCTF::ParseType(lldb::offset_t &offset, lldb::user_id_t uid) { in ParseType() function in SymbolFileCTF 729 ParseType(type_offset, type_uid); in ParseTypes()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 309 RecTy *ParseType();
|
H A D | TGParser.cpp | 1090 RecTy *TGParser::ParseType() { in ParseType() function in TGParser 1140 RecTy *SubType = ParseType(); in ParseType() 2194 Type = ParseType(); in ParseOperatorType() 2786 GivenEltTy = ParseType(); in ParseSimpleValue() 3248 RecTy *Type = ParseType(); in ParseDeclaration() 3638 RecTy *Type = ParseType(); in ParseDefset() 3694 RecTy *Type = ParseType(); in ParseDeftype()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.h | 405 lldb::TypeSP ParseType(const SymbolContext &sc, const DWARFDIE &die,
|
H A D | SymbolFileDWARF.cpp | 2924 type_sp = ParseType(sc, die, nullptr); in GetTypeForDIE() 3189 TypeSP SymbolFileDWARF::ParseType(const SymbolContext &sc, const DWARFDIE &die, in ParseType() function in SymbolFileDWARF 3240 ParseType(sc, die, &type_is_new); in ParseTypes()
|