Home
last modified time | relevance | path

Searched refs:fileURL (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DSymbolMap.cpp81 CFURLRef fileURL = CFURLCreateWithFileSystemPath( in Load() local
84 CFReadStreamCreateWithFile(kCFAllocatorDefault, fileURL); in Load()
106 CFRelease(fileURL); in Load()
/llvm-project-15.0.7/clang/tools/clang-format/
H A Dclang-format-bbedit.applescript14 set fileURL to URL of text document 1
17 set filePath to urlToPOSIXPath(fileURL)
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m196 - (NSURL *)fileURL; method
204 @property (readonly) NSURL *fileURL; property
/llvm-project-15.0.7/clang/docs/
H A DObjectiveCLiterals.rst166 - (AVAudioRecorder *)recordToFile:(NSURL *)fileURL {
168 return [[AVAudioRecorder alloc] initWithURL:fileURL settings:settings error:NULL];