Home
last modified time | relevance | path

Searched defs:commit (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project/clang/utils/analyzer/projects/
H A Dprojects.json7 "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 DRewriteObjCFoundationAPI.cpp60 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 DObjCMT.cpp233 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 DDebugSymbolRVASubsection.cpp29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolRVASubsection
H A DDebugSymbolsSubsection.cpp23 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolsSubsection
H A DDebugCrossExSubsection.cpp44 Error DebugCrossModuleExportsSubsection::commit( in commit() function in DebugCrossModuleExportsSubsection
H A DDebugFrameDataSubsection.cpp45 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugFrameDataSubsection
H A DDebugSubsectionRecord.cpp67 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, in commit() function in DebugSubsectionRecordBuilder
H A DDebugCrossImpSubsection.cpp72 Error DebugCrossModuleImportsSubsection::commit( commit() function in DebugCrossModuleImportsSubsection
H A DDebugStringTableSubsection.cpp64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { commit() function in DebugStringTableSubsection
H A DDebugInlineeLinesSubsection.cpp84 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugInlineeLinesSubsection
H A DDebugChecksumsSubsection.cpp94 Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugChecksumsSubsection
/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h123 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 DSymbolStream.cpp37 Error SymbolStream::commit() { return Error::success(); } in commit() function in SymbolStream
H A DInfoStreamBuilder.cpp57 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, commit() function in InfoStreamBuilder
H A DModuleDebugStream.cpp131 Error ModuleDebugStreamRef::commit() { return Error::success(); } commit() function in ModuleDebugStreamRef
H A DNamedStreamMap.cpp63 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { commit() function in NamedStreamMap
H A DTpiStreamBuilder.cpp173 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, commit() function in TpiStreamBuilder
H A DPDBStringTableBuilder.cpp210 Error PDBStringTableBuilder::commit(BinaryStreamWriter &Writer) const { in commit() function in PDBStringTableBuilder
H A DTpiStream.cpp246 Error TpiStream::commit() { return Error::success(); } commit() function in TpiStream
/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp46 Error commit() override { in commit() function in __anonf253771a0111::OnDiskBuffer
91 Error commit() override { in commit() function in __anonf253771a0111::InMemoryBuffer
H A DBinaryStreamRef.cpp55 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 DFixItRewriter.cpp155 edit::Commit commit(Editor); HandleDiagnostic() local
/llvm-project/clang/utils/analyzer/
H A DProjectMap.py93 commit: str = "" variable in ProjectInfo
/llvm-project/lld/MachO/
H A DEhFrame.cpp138 void EhRelocator::commit() { in commit() function in EhRelocator

12