Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h130 lookupObjCProperty(ContextID CtxID, llvm::StringRef Name, bool IsInstance);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1007 auto Info = Reader->lookupObjCProperty(*Context, Property->getName(), in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp1991 auto APINotesReader::lookupObjCProperty(ContextID CtxID, llvm::StringRef Name, in lookupObjCProperty() function in clang::api_notes::APINotesReader