Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h151 VersionedInfo<CXXMethodInfo> lookupCXXMethod(ContextID CtxID,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1030 auto Info = Reader->lookupCXXMethod(*Context, CXXMethod->getName()); in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2028 auto APINotesReader::lookupCXXMethod(ContextID CtxID, llvm::StringRef Name) in lookupCXXMethod() function in clang::api_notes::APINotesReader