Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
59 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h56 FixedStreamArray<support::ulittle32_t> IDs; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp82 DenseMap<const Value *, unsigned> IDs; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp317 SmallVectorImpl<FileID> &IDs, in getMacroArgExpansionFileIDs()
H A DSerializedDiagnosticPrinter.cpp758 IntrusiveRefCntPtr<DiagnosticIDs> IDs(new DiagnosticIDs()); in getMetaDiags() local
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBitCodeFormat.rst165 .. _Blocks:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp395 const std::vector<EncodingIDAndOpcode> &IDs, in FilterChooser()
405 const std::vector<EncodingIDAndOpcode> &IDs, in FilterChooser()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1045 LocIndices IDs = It->second; in erase() local
1318 LocIndices IDs = VarLocIDs.insert(VL); in transferDebugValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp51 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp584 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in setLastUser() local
H A DAsmWriter.cpp101 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp134 void readDeclIDList(SmallVectorImpl<DeclID> &IDs) { in readDeclIDList()
257 SmallVectorImpl<serialization::DeclID>& IDs) { in AddLazySpecializations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1171 void ASTContext::addLazyModuleInitializers(Module *M, ArrayRef<uint32_t> IDs) { in addLazyModuleInitializers()