Home
last modified time | relevance | path

Searched defs:data_type (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderInternals.h52 using data_type = SmallVector<DeclID, 4>; variable
195 struct data_type { struct
196 SelectorID ID;
197 unsigned InstanceBits;
198 unsigned FactoryBits;
199 bool InstanceHasMoreThanOneDecl;
200 bool FactoryHasMoreThanOneDecl;
201 SmallVector<ObjCMethodDecl *, 2> Instance;
202 SmallVector<ObjCMethodDecl *, 2> Factory;
261 using data_type = HeaderFileInfo; variable
H A DGlobalModuleIndex.cpp77 typedef SmallVector<unsigned, 2> data_type; typedef in __anon244be4660311::IdentifierIndexReaderTrait
516 typedef std::pair<StringRef, bool> data_type; typedef in __anon244be4660611::InterestingASTIdentifierLookupTrait
724 typedef SmallVector<unsigned, 2> data_type; typedef in __anon244be4660811::IdentifierIndexWriterTrait
H A DMultiOnDiskHashTable.h50 using data_type = typename Info::data_type; variable
H A DASTWriter.cpp1757 struct data_type { struct in __anon7df3f81c0311::HeaderFileInfoTrait
1758 const HeaderFileInfo &HFI;
1759 ArrayRef<ModuleMap::KnownHeader> KnownHeaders;
1760 UnresolvedModule Unresolved;
3187 struct data_type { struct in __anon7df3f81c0911::ASTMethodPoolTrait
3188 SelectorID ID;
3189 ObjCMethodList Instance, Factory;
3493 using data_type = IdentID; typedef in __anon7df3f81c0a11::ASTIdentifierTableTrait
3718 using data_type = std::pair<unsigned, unsigned>; typedef in __anon7df3f81c0b11::ASTDeclContextNameLookupTrait
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DImmutableMap.h33 using data_type = const S; member
69 using data_type = typename ValInfo::data_type; variable
209 using data_type = typename ValInfo::data_type; variable
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DOnDiskHashTable.h285 typedef typename Info::data_type data_type; typedef
438 typedef typename base_type::data_type data_type; typedef
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h497 using data_type = IndexedMemProfRecord; variable
543 using data_type = Frame; variable
H A DInstrProfReader.h414 using data_type = ArrayRef<NamedInstrProfRecord>; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp695 OptionValue::Type data_type) { in ReadArray()
759 OptionValue::Type data_type = OptionValue::eTypeInvalid; in ReadDictionary() local
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h51 typedef typename T::data_type data_type; typedef
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp101 using data_type = const InstrProfWriter::ProfilingData *const; typedef in llvm::InstrProfRecordWriterTrait
H A DInstrProfReader.cpp636 using data_type = InstrProfLookupTrait::data_type; typedef
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp600 uint8_t data_type = process_sp->ReadUnsignedIntegerFromMemory( in NSNumberSummaryProvider() local