Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dwindows-seh-EHa-CppDtors01.cpp33 } ObjB; in crash() local
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp291 const json::Object *ObjB = B.getAsObject(); in renderRoot() local
293 assert(ObjB != nullptr && "Value B was not an Object"); in renderRoot()
295 const StringRef FilenameB = ObjB->getString("filename").value(); in renderRoot()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dobjc_invalidation.m202 @property (readonly, strong) id <Invalidation2> ObjB; property
206 Invalidation2Class *_ObjB; // Invalidation of ObjB happens in the parent.
220 @synthesize ObjB = _ObjB;