Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dinvalid-objc-decls-1.m39 …@property(readonly) NSMutableSet annotations; // expected-error{{interface type cannot be statical… property
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtypo-correction-cxx11.cpp52 void run(A *annotations) { in run()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp862 StructuredData::ArraySP annotations = ExtractCrashInfoAnnotations(process); in FetchExtendedCrashInformation() local
916 CrashInfoAnnotations annotations; in ExtractCrashInfoAnnotations() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h340 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() function