| /llvm-project-15.0.7/clang/utils/analyzer/projects/ |
| H A D | projects.json | 7 "commit": "794c975", string 15 "commit": "1025f9a", string 23 "commit": "ffb0d41", string 31 "commit": "4f669d59", string 39 "commit": "0df1355", string 47 "commit": "10c25d8", string 55 "commit": "f8b1ab7", string 63 "commit": "d3e60fb", string 71 "commit": "b810bf2", string 87 "commit": "5cf513d", string [all …]
|
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 181 Commit &commit) { in rewriteToSubscriptGetCommon() 205 Commit &commit) { in rewriteToArraySubscriptGet() 215 Commit &commit) { in rewriteToDictionarySubscriptGet() 225 Commit &commit) { in rewriteToArraySubscriptSet() 259 Commit &commit) { in rewriteToDictionarySubscriptSet() 339 const NSAPI &NS, Commit &commit, in rewriteToObjCLiteralSyntax() 378 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral() 644 const NSAPI &NS, Commit &commit) { in rewriteToCharLiteral() 660 const NSAPI &NS, Commit &commit) { in rewriteToBoolLiteral() 753 const NSAPI &NS, Commit &commit) { in rewriteToNumberLiteral() [all …]
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 882 edit::Commit commit(*Editor); in migrateProtocolConformance() local 948 edit::Commit commit(*Editor); in migrateNSEnumDecl() local 1221 edit::Commit commit(*Editor); in migrateProperty() local 1235 edit::Commit commit(*Editor); in migrateProperty() local 1261 edit::Commit commit(*Editor); in migrateNsReturnsInnerPointer() local 1273 edit::Commit commit(*Editor); in migratePropertyNsReturnsInnerPointer() local 1399 edit::Commit commit(*Editor); in AnnotateImplicitBridging() local 1476 edit::Commit commit(*Editor); in AddCFAnnotations() local 1643 edit::Commit commit(*Editor); in migrateAddMethodAnnotation() local 1736 edit::Commit commit(*Editor); in InsertFoundation() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSymbolRVASubsection.cpp | 29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolRVASubsection
|
| H A D | DebugSymbolsSubsection.cpp | 23 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolsSubsection
|
| H A D | DebugCrossExSubsection.cpp | 44 Error DebugCrossModuleExportsSubsection::commit( in commit() function in DebugCrossModuleExportsSubsection
|
| H A D | DebugFrameDataSubsection.cpp | 45 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugFrameDataSubsection
|
| H A D | DebugSubsectionRecord.cpp | 67 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, in commit() function in DebugSubsectionRecordBuilder
|
| H A D | DebugCrossImpSubsection.cpp | 72 Error DebugCrossModuleImportsSubsection::commit( in commit() function in DebugCrossModuleImportsSubsection
|
| H A D | DebugStringTableSubsection.cpp | 64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugStringTableSubsection
|
| H A D | DebugInlineeLinesSubsection.cpp | 84 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugInlineeLinesSubsection
|
| H A D | DebugChecksumsSubsection.cpp | 94 Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugChecksumsSubsection
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 123 Error commit() override { return Error::success(); } in commit() function 192 Error commit() override { return Error::success(); } in commit() function 214 Error commit() override { in commit() function 256 Error commit() override { return Impl.commit(); } in commit() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolStream.cpp | 38 Error SymbolStream::commit() { return Error::success(); } in commit() function in SymbolStream
|
| H A D | InfoStreamBuilder.cpp | 56 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in InfoStreamBuilder
|
| H A D | NamedStreamMap.cpp | 64 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { in commit() function in NamedStreamMap
|
| H A D | ModuleDebugStream.cpp | 131 Error ModuleDebugStreamRef::commit() { return Error::success(); } in commit() function in ModuleDebugStreamRef
|
| H A D | TpiStreamBuilder.cpp | 172 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in TpiStreamBuilder
|
| H A D | PDBStringTableBuilder.cpp | 209 Error PDBStringTableBuilder::commit(BinaryStreamWriter &Writer) const { in commit() function in PDBStringTableBuilder
|
| H A D | TpiStream.cpp | 246 Error TpiStream::commit() { return Error::success(); } in commit() function in TpiStream
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 45 Error commit() override { in commit() function in __anonb6581d170111::OnDiskBuffer 88 Error commit() override { in commit() function in __anonb6581d170111::InMemoryBuffer
|
| H A D | BinaryStreamRef.cpp | 60 Error commit() override { return BBS.commit(); } in commit() function in __anon5a058c9a0111::MutableArrayRefImpl 129 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } in commit() function in WritableBinaryStreamRef
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 154 edit::Commit commit(Editor); in HandleDiagnostic() local
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | ProjectMap.py | 86 commit: str = "" variable in ProjectInfo
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | EhFrame.cpp | 138 void EhRelocator::commit() { in commit() function in EhRelocator
|