Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-8.m33 - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)chang…
34 - (void)removeObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath;
/llvm-project-15.0.7/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp174 static bool getSystemRegistryString(const char *keyPath, const char *valueName, in getSystemRegistryString() argument
184 const char *placeHolder = strstr(keyPath, "$VERSION"); in getSystemRegistryString()
191 while ((keyEnd > keyPath) && (*keyEnd != '\\')) in getSystemRegistryString()
196 size_t partialKeyLength = keyEnd - keyPath; in getSystemRegistryString()
200 strncpy(partialKey, keyPath, partialKeyLength); in getSystemRegistryString()
248 RegOpenKeyExA(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m102 - (void)observeValueForKeyPath:(NSString *)keyPath
111 - (void)observeValueForKeyPath:(NSString *)keyPath