Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h140 VersionedInfo<ObjCMethodInfo> lookupObjCMethod(ContextID CtxID,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp993 auto Info = Reader->lookupObjCMethod(*Context, SelectorRef, in ProcessAPINotes()
/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2009 auto APINotesReader::lookupObjCMethod(ContextID CtxID, ObjCSelectorRef Selector, in lookupObjCMethod() function in clang::api_notes::APINotesReader