| /llvm-project/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 79 "commit": "2af4e073", string [all …]
|
| /llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() 174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() 182 Commit &commit) { in rewriteToSubscriptGetCommon() 206 Commit &commit) { in rewriteToArraySubscriptGet() 216 Commit &commit) { in rewriteToDictionarySubscriptGet() 226 Commit &commit) { in rewriteToArraySubscriptSet() 260 Commit &commit) { in rewriteToDictionarySubscriptSet() 291 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax() 340 const NSAPI &NS, Commit &commit, in rewriteToObjCLiteralSyntax() 379 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral() [all …]
|
| /llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 233 rewriteToPropertyDotSyntax(const ObjCMessageExpr * Msg,Preprocessor & PP,const NSAPI & NS,edit::Commit & commit,const ParentMap * PMap) rewriteToPropertyDotSyntax() argument 324 edit::Commit commit(*Consumer.Editor); VisitObjCMessageExpr() local 330 edit::Commit commit(*Consumer.Editor); VisitObjCMessageExpr() local 336 edit::Commit commit(*Consumer.Editor); VisitObjCMessageExpr() local 454 rewriteToObjCProperty(const ObjCMethodDecl * Getter,const ObjCMethodDecl * Setter,const NSAPI & NS,edit::Commit & commit,unsigned LengthOfPrefix,bool Atomic,bool UseNsIosOnlyMacro,bool AvailabilityArgsMatch) rewriteToObjCProperty() argument 661 rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl * IDecl,llvm::SmallVectorImpl<ObjCProtocolDecl * > & ConformingProtocols,const NSAPI & NS,edit::Commit & commit) rewriteToObjCInterfaceDecl() argument 704 rewriteToNSEnumDecl(const EnumDecl * EnumDcl,const TypedefDecl * TypedefDcl,const NSAPI & NS,edit::Commit & commit,StringRef NSIntegerName,bool NSOptions) rewriteToNSEnumDecl() argument 759 rewriteToNSMacroDecl(ASTContext & Ctx,const EnumDecl * EnumDcl,const TypedefDecl * TypedefDcl,const NSAPI & NS,edit::Commit & commit,bool IsNSIntegerType) rewriteToNSMacroDecl() argument 879 edit::Commit commit(*Editor); migrateProtocolConformance() local 932 edit::Commit commit(*Editor); migrateNSEnumDecl() local 945 edit::Commit commit(*Editor); migrateNSEnumDecl() local 970 edit::Commit commit(*ASTC.Editor); ReplaceWithInstancetype() local 992 edit::Commit commit(*ASTC.Editor); ReplaceWithClasstype() local 1218 edit::Commit commit(*Editor); migrateProperty() local 1232 edit::Commit commit(*Editor); migrateProperty() local 1258 edit::Commit commit(*Editor); migrateNsReturnsInnerPointer() local 1270 edit::Commit commit(*Editor); migratePropertyNsReturnsInnerPointer() local 1394 edit::Commit commit(*Editor); AnnotateImplicitBridging() local 1471 edit::Commit commit(*Editor); AddCFAnnotations() local 1484 edit::Commit commit(*Editor); AddCFAnnotations() local 1490 edit::Commit commit(*Editor); AddCFAnnotations() local 1596 edit::Commit commit(*Editor); AddCFAnnotations() local 1610 edit::Commit commit(*Editor); AddCFAnnotations() local 1638 edit::Commit commit(*Editor); migrateAddMethodAnnotation() local 1713 edit::Commit commit(*Editor); inferDesignatedInitializers() local 1731 edit::Commit commit(*Editor); InsertFoundation() local 2171 edit::Commit commit(Editor); applyEditsToTemp() local [all...] |
| /llvm-project/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( commit() function in DebugCrossModuleImportsSubsection
|
| H A D | DebugStringTableSubsection.cpp | 64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { 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/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 123 Error commit() override { return Error::success(); } in commit() function 191 Error commit() override { return Error::success(); } in commit() function 213 Error commit() override { in commit() function 253 Error commit() override { return Impl.commit(); } in commit() function
|
| /llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolStream.cpp | 37 Error SymbolStream::commit() { return Error::success(); } in commit() function in SymbolStream
|
| H A D | InfoStreamBuilder.cpp | 57 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, commit() function in InfoStreamBuilder
|
| H A D | ModuleDebugStream.cpp | 131 Error ModuleDebugStreamRef::commit() { return Error::success(); } commit() function in ModuleDebugStreamRef
|
| H A D | NamedStreamMap.cpp | 63 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { commit() function in NamedStreamMap
|
| H A D | TpiStreamBuilder.cpp | 173 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, commit() function in TpiStreamBuilder
|
| H A D | PDBStringTableBuilder.cpp | 210 Error PDBStringTableBuilder::commit(BinaryStreamWriter &Writer) const { in commit() function in PDBStringTableBuilder
|
| H A D | TpiStream.cpp | 246 Error TpiStream::commit() { return Error::success(); } commit() function in TpiStream
|
| /llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 46 Error commit() override { in commit() function in __anonf253771a0111::OnDiskBuffer 91 Error commit() override { in commit() function in __anonf253771a0111::InMemoryBuffer
|
| H A D | BinaryStreamRef.cpp | 55 Error commit() override { return BBS.commit(); } in commit() function in __anonb12c323d0111::MutableArrayRefImpl 123 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } in commit() function in WritableBinaryStreamRef
|
| /llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 155 edit::Commit commit(Editor); HandleDiagnostic() local
|
| /llvm-project/clang/utils/analyzer/ |
| H A D | ProjectMap.py | 93 commit: str = "" variable in ProjectInfo
|
| /llvm-project/lld/MachO/ |
| H A D | EhFrame.cpp | 138 void EhRelocator::commit() { in commit() function in EhRelocator
|