Home
last modified time | relevance | path

Searched refs:ObjCInstanceMethodRecord (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp422 Record = std::make_unique<ObjCInstanceMethodRecord>( in addObjCMethod()
560 void ObjCInstanceMethodRecord::anchor() {} in anchor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h822 struct ObjCInstanceMethodRecord : ObjCMethodRecord { struct
823 ObjCInstanceMethodRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCInstanceMethodRecord() function
1133 struct has_function_signature<ObjCInstanceMethodRecord>