Home
last modified time | relevance | path

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

/freebsd/contrib/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 DARCMT.cpp29 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
59 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h50 FixedStreamArray<support::ulittle32_t> IDs; variable
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp160 std::vector<lldb::watch_id_t> IDs; GetWatchpointIDs() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp316 SmallVectorImpl<FileID> &IDs, in getMacroArgExpansionFileIDs()
H A DSerializedDiagnosticPrinter.cpp755 IntrusiveRefCntPtr<DiagnosticIDs> IDs(new DiagnosticIDs()); in getMetaDiags() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp434 const std::vector<EncodingIDAndOpcode> &IDs, in FilterChooser()
444 const std::vector<EncodingIDAndOpcode> &IDs, in FilterChooser()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp55 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp52 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1123 LocIndices IDs = It->second; in erase() local
1429 LocIndices IDs = VarLocIDs.insert(VL); in transferDebugValue() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp583 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in setLastUser() local
H A DDebugInfo.cpp942 SmallVector<DIAssignID *, 4> IDs; in mergeDIAssignID() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp134 void readDeclIDList(SmallVectorImpl<GlobalDeclID> &IDs) { in readDeclIDList()
267 SmallVectorImpl<GlobalDeclID> &IDs) { in AddLazySpecializations()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1089 ArrayRef<GlobalDeclID> IDs) { in addLazyModuleInitializers()