Home
last modified time | relevance | path

Searched defs:IDs (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/bolt/include/bolt/Utils/
H A DNameShortener.h22 StringMap<uint64_t> IDs; variable
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h50 FixedStreamArray<support::ulittle32_t> IDs; variable
/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h80 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local
85 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local
94 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local
H A DTransformActions.cpp369 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
501 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, in commitClearDiagnostic()
671 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
H A DARCMT.cpp29 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
59 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic() argument
/llvm-project/clang-tools-extra/clangd/index/
H A DIndex.h65 llvm::DenseSet<SymbolID> IDs; member
69 llvm::DenseSet<SymbolID> IDs; member
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp44 llvm::Expected<llvm::DenseSet<SymbolID>> getIDs(IDRange IDs) { in getIDs() argument
81 auto IDs = getIDs(Message->ids()); in fromProtobuf() local
115 auto IDs = getIDs(Message->ids()); in fromProtobuf() local
132 auto IDs = getIDs(Message->subjects()); fromProtobuf() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dproperty-declaration.m32 @property(nonatomic, copy) NSArray *IDs; property
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DGrammarTest.cpp
/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp192 std::vector<SymbolID> IDs; in run() local
239 std::vector<SymbolID> IDs; in run() local
[all...]
/llvm-project/clang/unittests/Analysis/
H A DIntervalPartitionTest.cpp93 template <typename... T> auto blockIDs(T... IDs) { in blockIDs()
97 template <typename... T> auto blockOrder(T... IDs) { in blockOrder()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestIndex.cpp152 llvm::ArrayRef<SymbolID> IDs) { in lookup()
H A DSourceCodeTests.cpp330 auto IDs = collectIdentifiers(R"cpp( in TEST() local
H A DDexTests.cpp39 std::vector<DocID> IDs(IDAndScore.size()); in consumeIDs() local
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp162 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local
/llvm-project/clang-tools-extra/clangd/
H A DHeaders.cpp72 auto &IDs = Out->StdlibHeaders[*StdlibHeader]; in InclusionDirective() local
H A DXRefs.cpp1288 return findImplementors(std::move(IDs), QueryKind, Index, AST.tuPath()); in findImplementations() local
303 findImplementors(llvm::DenseSet<SymbolID> IDs,RelationKind Predicate,const SymbolIndex * Index,llvm::StringRef MainFilePath) findImplementors() argument
1532 __anon452263b61b02(llvm::DenseSet<SymbolID> IDs, bool AllowAttributes, bool AllowMainFileSymbols) findReferences() argument
[all...]
/llvm-project/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp86 DenseMap<const Value *, unsigned> IDs; member
/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp316 getMacroArgExpansionFileIDs(SourceLocation Loc,SmallVectorImpl<FileID> & IDs,bool IsBegin,const SourceManager * SM) getMacroArgExpansionFileIDs() argument
H A DSerializedDiagnosticPrinter.cpp755 IntrusiveRefCntPtr<DiagnosticIDs> IDs(new DiagnosticIDs()); getMetaDiags() local
/llvm-project/llvm/docs/
H A DBitCodeFormat.rst165 BlocksAbbreviation IDs global() argument
[all...]
/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp434 FilterChooser(ArrayRef<EncodingAndInst> Insts,const std::vector<EncodingIDAndOpcode> & IDs,const std::map<unsigned,std::vector<OperandInfo>> & Ops,unsigned BW,const DecoderEmitter * E) FilterChooser() argument
444 FilterChooser(ArrayRef<EncodingAndInst> Insts,const std::vector<EncodingIDAndOpcode> & IDs,const std::map<unsigned,std::vector<OperandInfo>> & Ops,const std::vector<bit_value_t> & ParentFilterBitValues,const FilterChooser & parent) FilterChooser() argument
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp55 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp52 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1123 LocIndices IDs = It->second; erase() local
1429 LocIndices IDs = VarLocIDs.insert(VL); transferDebugValue() local
[all...]

12