Searched refs:addObjCProperty (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | APINotesWriter.h | 66 void addObjCProperty(ContextID CtxID, llvm::StringRef Name,
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 854 Writer.addObjCProperty(CtxID, Property.Name, in convertContext() 858 Writer.addObjCProperty(CtxID, Property.Name, true, PI, SwiftVersion); in convertContext() 859 Writer.addObjCProperty(CtxID, Property.Name, false, PI, SwiftVersion); in convertContext()
|
H A D | APINotesWriter.cpp | 1366 void APINotesWriter::addObjCProperty(ContextID CtxID, StringRef Name, in addObjCProperty() function in clang::api_notes::APINotesWriter
|