Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h77 void addObjCMethod(ContextID CtxID, ObjCSelectorRef Selector,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp784 Writer.addObjCMethod(ClassID, Selector, M.Kind == MethodKind::Instance, MI, in convertMethod()
H A DAPINotesWriter.cpp1376 void APINotesWriter::addObjCMethod(ContextID CtxID, ObjCSelectorRef Selector, in addObjCMethod() function in clang::api_notes::APINotesWriter