Searched defs:lookupInstanceVariable (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | DeclObjC.cpp | 638 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID, lookupInstanceVariable() function in ObjCInterfaceDecl |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclObjC.h | 1827 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName) { lookupInstanceVariable() function |