Home
last modified time | relevance | path

Searched refs:addObjCProperty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h66 void addObjCProperty(ContextID CtxID, llvm::StringRef Name,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp854 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 DAPINotesWriter.cpp1366 void APINotesWriter::addObjCProperty(ContextID CtxID, StringRef Name, in addObjCProperty() function in clang::api_notes::APINotesWriter